Extra highlighting for C++.

This commit is contained in:
tastytea 2019-08-07 00:06:05 +02:00
parent 0f15af639f
commit 923561f418

View File

@ -466,6 +466,12 @@ With argument, do this that many times."
("M-<down>" . nil) ; Disabled, because I use them for scrolling.
("M-<up>" . nil))) ; ^ FIXME: Does not work. ^
;; Extra highlighting.
(use-package modern-cpp-font-lock
:hook
(c++-mode . modern-c++-font-lock-mode)
)
;;;;;;;;;;;;;;;;;;;; Appearance ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Hide toolbar.
(tool-bar-mode -1)