Initial commit
This commit is contained in:
7
ftdetect/org.vim
Normal file
7
ftdetect/org.vim
Normal file
@@ -0,0 +1,7 @@
|
||||
" =============================================================
|
||||
" Description: Detect Org-mode files
|
||||
" Author: Alex Vear (axvr)
|
||||
" Licence: ISC (2018)
|
||||
" =============================================================
|
||||
|
||||
autocmd BufRead,BufNewFile *.org setfiletype org
|
||||
Reference in New Issue
Block a user