fix ftdetect and change out orgmode
This commit is contained in:
parent
be9c8dc329
commit
1334851ba2
5 changed files with 16 additions and 19 deletions
|
|
@ -1 +0,0 @@
|
|||
../../bundle/ultisnips/after/plugin/UltiSnips_after.vim
|
||||
|
|
@ -29,14 +29,14 @@ augroup END
|
|||
|
||||
au! BufNewFile,BufRead *.pde setf arduino
|
||||
|
||||
augroup org
|
||||
" leave these as is:
|
||||
au! BufRead,BufWrite,BufWritePost,BufNewFile *.org
|
||||
au BufRead,BufNewFile *.org call org#SetOrgFileType()
|
||||
au BufRead *.org :PreLoadTags
|
||||
au BufWrite *.org :PreWriteTags
|
||||
au BufWritePost *.org :PostWriteTags
|
||||
augroup END
|
||||
"augroup org
|
||||
"" leave these as is:
|
||||
"au! BufRead,BufWrite,BufWritePost,BufNewFile *.org
|
||||
"au BufRead,BufNewFile *.org call org#SetOrgFileType()
|
||||
"au BufRead *.org :PreLoadTags
|
||||
"au BufWrite *.org :PreWriteTags
|
||||
"au BufWritePost *.org :PostWriteTags
|
||||
"augroup END
|
||||
|
||||
au BufNewFile,BufRead motd.public,/tmp/motd.public.r.* setf motd
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
../bundle/ultisnips/ftdetect/UltiSnips.vim
|
||||
|
|
@ -1 +0,0 @@
|
|||
../bundle/ultisnips/ftdetect/snippets.vim
|
||||
Loading…
Add table
Add a link
Reference in a new issue