diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-26 15:16:14 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-26 15:16:14 +0800 |
| commit | 0c71beaa23a10e3f08b46f8d7cf506122add73fd (patch) | |
| tree | ed46a1770dad96db7ae0f33ee978d78e8d892ec0 /vimrc | |
| parent | 61d02701be65bddc5580461e4c42ce3d7d4ef4ba (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 && ~/helper/tools/markdown/reveal %:t >/dev/null | 190 | autocmd BufWritePost ~/public/**/slide/*.md :!cd %:p:h && ~/helper/tools/markdown/reveal %:t >/dev/null |
| 191 | augroup END | 191 | augroup END |
| 192 | 192 | ||
| 193 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" | 193 | """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |