Disable modern-c++-font-lock-mode.

This commit is contained in:
tastytea 2021-06-03 00:58:14 +02:00
parent 0060b59228
commit aff9e3bc2e
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 4 deletions

View File

@ -100,10 +100,10 @@
:custom ((gdb-many-windows t)
(gdb-show-main t)))
;; Extra highlighting.
(use-package modern-cpp-font-lock
:diminish modern-c++-font-lock-mode
:hook (c++-mode . modern-c++-font-lock-mode))
;; ;; Extra highlighting.
;; (use-package modern-cpp-font-lock
;; :diminish modern-c++-font-lock-mode
;; :hook (c++-mode . modern-c++-font-lock-mode))
(use-package find-file
:defer 2