Stop setting shiftwidth for org-mode
It gets overridden by the plugin anyway.
This commit is contained in:
parent
b724a2ee36
commit
89b546b07d
1 changed files with 0 additions and 1 deletions
1
vimrc
1
vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue