(auto-mode-alist): Treat .H and .hh as C++ files.
This commit is contained in:
parent
897897e32b
commit
2b845a8c70
1 changed files with 2 additions and 0 deletions
|
@ -706,7 +706,9 @@ run `normal-mode' explicitly."
|
|||
("\\.mss\\'" . scribe-mode)
|
||||
("\\.pl\\'" . prolog-mode)
|
||||
("\\.cc\\'" . c++-mode)
|
||||
("\\.hh\\'" . c++-mode)
|
||||
("\\.C\\'" . c++-mode)
|
||||
("\\.H\\'" . c++-mode)
|
||||
;;; ("\\.mk\\'" . makefile-mode)
|
||||
;;; ("[Mm]akefile" . makefile-mode)
|
||||
;;; Less common extensions come here
|
||||
|
|
Loading…
Add table
Reference in a new issue