Move rainbow-delimiters-mode activation to respective lang modules
This commit is contained in:
parent
257c4318e1
commit
e77545f1f8
5 changed files with 10 additions and 5 deletions
|
@ -27,6 +27,7 @@
|
|||
(setq c-tab-always-indent nil
|
||||
c-electric-flag nil)
|
||||
|
||||
(add-hook 'c-mode-common-hook 'rainbow-delimiters-mode)
|
||||
;; extra highlights for numbers in C (`modern-cpp-font-lock' offers something better for C++)
|
||||
(add-hook 'c-mode-hook 'highlight-numbers-mode)
|
||||
;; Fontification of C++11 string literals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue