Emacs: C++: Don't change enum style.

This commit is contained in:
tastytea 2021-01-20 07:35:13 +01:00
parent fc796a94d1
commit c79c3c7b29
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
(lsp-face-semhl-parameter ((t (:inherit font-lock-variable-name-face (lsp-face-semhl-parameter ((t (:inherit font-lock-variable-name-face
:italic t :underline t)))) :italic t :underline t))))
(lsp-face-semhl-member ((t (:inherit default :weight semibold)))) (lsp-face-semhl-member ((t (:inherit default :weight semibold))))
(lsp-face-semhl-enum ((t (:inherit font-lock-type-face)))) ;; (lsp-face-semhl-enum ((t (:inherit font-lock-type-face))))
:config (progn :config (progn
(setq lsp-clients-clangd-args '("--compile-commands-dir=build")) (setq lsp-clients-clangd-args '("--compile-commands-dir=build"))
;; Add “-clang-tidy” to clangd args if the version supports it. ;; Add “-clang-tidy” to clangd args if the version supports it.