From 89b546b07df3574b798539bf1af032d99903a5b5 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 17 Jun 2019 11:09:19 +0100 Subject: [PATCH] Stop setting shiftwidth for org-mode It gets overridden by the plugin anyway. --- vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vimrc b/vimrc index 7a411f6..9be0e39 100644 --- a/vimrc +++ b/vimrc @@ -111,7 +111,6 @@ if has("autocmd") autocmd BufRead,BufNewFile *.html set shiftwidth=2 autocmd BufRead,BufNewFile *.md set filetype=markdown tabstop=4 autocmd BufRead,BufNewFile *.opml set shiftwidth=2 - autocmd BufRead,BufNewFile *.org set shiftwidth=2 autocmd BufRead,BufNewFile *.xml set shiftwidth=2 autocmd BufRead,BufNewFile *.yml set shiftwidth=2 endif