From 1798ee43435af870df1d67e2d70f80c3d9b6dbdb Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 17 Jun 2019 11:02:13 +0100 Subject: [PATCH] Set shiftwidth=2 for org-mode files --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 7381f48..f674b89 100644 --- a/vimrc +++ b/vimrc @@ -114,6 +114,7 @@ if has("autocmd") autocmd BufRead,BufNewFile *.md set filetype=markdown autocmd BufRead,BufNewFile *.md set 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