diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-26 15:14:52 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-26 15:14:52 +0800 |
| commit | 61d02701be65bddc5580461e4c42ce3d7d4ef4ba (patch) | |
| tree | 9aeb2a9703c5eaeeb77a75f066d0952c3faeac00 /vimrc | |
| parent | 0cb8e9a9bb2c5be508b3f96f94192ae5f714aae0 (diff) | |
Update
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -187,7 +187,7 @@ augroup END | |||
| 187 | 187 | ||
| 188 | " Generate static pages | 188 | " Generate static pages |
| 189 | augroup slideRebuild | 189 | augroup slideRebuild |
| 190 | autocmd BufWritePost ~/public/*/*.slide :!cd %:p:h && reveal %:t >/dev/null | 190 | autocmd BufWritePost ~/public/*/*.slide :!cd %:p:h && ~/helper/tools/markdown/reveal %:t >/dev/null |
| 191 | augroup END | 191 | augroup END |
| 192 | 192 | ||
| 193 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 193 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |