aboutsummaryrefslogtreecommitdiff
path: root/.vim/filetype.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/filetype.vim')
-rw-r--r--.vim/filetype.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/filetype.vim b/.vim/filetype.vim
index 4d7e2c5..a1d5d7c 100644
--- a/.vim/filetype.vim
+++ b/.vim/filetype.vim
@@ -1,3 +1,4 @@
augroup filetypedetect
+ autocm BufRead,BufNewFile *.org setfiletype org
autocmd BufRead,BufNewFile *mutt-* setfiletype mail
augroup end