dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE

c.vim (119B)


      1 " treat .h files as C, not C++
      2 augroup c_header_identify
      3     autocmd! BufNewFile,BufRead *.h setlocal ft=c
      4 augroup END