1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

feat(writing): adapt csl dirs to new pandoc

This commit is contained in:
Kierán Meinhardt
2020-10-14 20:12:29 +02:00
parent 14b0ef9dc6
commit 96301914a9
2 changed files with 27 additions and 22 deletions

View File

@@ -140,7 +140,7 @@ if has("autocmd")
autocmd filetype make setlocal noexpandtab
autocmd filetype html packadd emmet-vim
autocmd filetype gitcommit setlocal spell spelllang=en
autocmd filetype mail setlocal spell spelllang=de textwidth=0
autocmd filetype mail setlocal spell spelllang=de textwidth=0 | command Send %! mail-send
autocmd bufreadpost *
\ if line("'\"") > 0 && line("'\"") <= line("$") |
\ exe "normal! g`\"" |