Extra highlighting for C++.
This commit is contained in:
parent
0f15af639f
commit
923561f418
6
init.el
6
init.el
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user