From 923561f418ad145cd2fe7406eded8e7a4db01658 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 7 Aug 2019 00:06:05 +0200 Subject: [PATCH] Extra highlighting for C++. --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index 9e61f6d..f33bb7b 100644 --- a/init.el +++ b/init.el @@ -466,6 +466,12 @@ With argument, do this that many times." ("M-" . nil) ; Disabled, because I use them for scrolling. ("M-" . 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)