Register new header file templates with auto-insert
This commit is contained in:
parent
006d3268ca
commit
b3feea7a4f
1 changed files with 4 additions and 3 deletions
|
@ -29,9 +29,10 @@
|
|||
("/Makefile$" "__" makefile-gmake-mode)
|
||||
("/main\\.\\(cc\\|cpp\\)$" "__main.cpp" c++-mode)
|
||||
("/win32_\\.\\(cc\\|cpp\\)$" "__winmain.cpp" c++-mode)
|
||||
("\\.\\([Hh]\\|hpp\\)$" "__.h" c++-mode)
|
||||
("\\.\\(cc\\|cpp\\)$" "__.cpp" c++-mode)
|
||||
("\\.c$" "__.c" c-mode)
|
||||
("\\.h\\(h\\|pp|xx\\)$" "__hpp" c++-mode)
|
||||
("\\.\\(cc\\|cpp\\)$" "__cpp" c++-mode)
|
||||
("\\.h$" "__h" c-mode)
|
||||
("\\.c$" "__c" c-mode)
|
||||
|
||||
;; Elisp
|
||||
("-test\\.el$" "__" emacs-ert-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue