Initial commit

This commit is contained in:
Alex Vear
2018-12-08 22:40:13 +00:00
commit 0406612877
5 changed files with 143 additions and 0 deletions

7
ftdetect/org.vim Normal file
View File

@@ -0,0 +1,7 @@
" =============================================================
" Description: Detect Org-mode files
" Author: Alex Vear (axvr)
" Licence: ISC (2018)
" =============================================================
autocmd BufRead,BufNewFile *.org setfiletype org