Skip to content

Commit

Permalink
[dn] mkd -> markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan North committed Feb 13, 2012
1 parent c8689cb commit 8467b73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions vimrc
Expand Up @@ -84,16 +84,16 @@ let sessionman_save_on_exit = 1
" Let %% expands to directory of %
cabbr <expr> %% expand('%:h')

" Writing
autocmd FileType mkd,vimwiki,html set formatoptions=aw12

" General programming
" Filetypes
autocmd BufRead,BufNewFile *.ejs set filetype=html
autocmd BufRead,BufNewFile *.ru set filetype=ruby
autocmd BufRead,BufNewFile *.inc set filetype=sh
autocmd BufRead,BufNewFile *.md set filetype=mkd
autocmd BufRead,BufNewFile *.md set filetype=markdown
autocmd FileType javascript,ruby,sh set number

" Writing
autocmd FileType markdown,vimwiki,html set formatoptions=aw12

" Clojure
autocmd FileType clojure nmap ,s <Plug>ClojureEvalToplevel
autocmd FileType clojure nmap ,f <Plug>ClojureEvalFile
Expand Down

0 comments on commit 8467b73

Please sign in to comment.