mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Highlight-numbers on every prog-mode
This commit is contained in:
@ -79,8 +79,7 @@ compilation database is present in the project.")
|
||||
;;; Better fontification (also see `modern-cpp-font-lock')
|
||||
(add-hook 'c-mode-common-hook #'rainbow-delimiters-mode)
|
||||
(add-hook! '(c-mode-hook c++-mode-hook)
|
||||
#'(highlight-numbers-mode
|
||||
+cc|fontify-constants))
|
||||
#'(+cc|fontify-constants))
|
||||
|
||||
;; Custom style, based off of linux
|
||||
(unless (assoc "doom" c-style-alist)
|
||||
|
Reference in New Issue
Block a user