mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move rainbow-delimiters-mode activation to respective lang modules
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user