Stop setting shiftwidth for org-mode

It gets overridden by the plugin anyway.
This commit is contained in:
Anthony Rose 2019-06-17 11:09:19 +01:00
parent b724a2ee36
commit 89b546b07d

1
vimrc
View file

@ -111,7 +111,6 @@ if has("autocmd")
autocmd BufRead,BufNewFile *.html set shiftwidth=2 autocmd BufRead,BufNewFile *.html set shiftwidth=2
autocmd BufRead,BufNewFile *.md set filetype=markdown tabstop=4 autocmd BufRead,BufNewFile *.md set filetype=markdown tabstop=4
autocmd BufRead,BufNewFile *.opml set shiftwidth=2 autocmd BufRead,BufNewFile *.opml set shiftwidth=2
autocmd BufRead,BufNewFile *.org set shiftwidth=2
autocmd BufRead,BufNewFile *.xml set shiftwidth=2 autocmd BufRead,BufNewFile *.xml set shiftwidth=2
autocmd BufRead,BufNewFile *.yml set shiftwidth=2 autocmd BufRead,BufNewFile *.yml set shiftwidth=2
endif endif