Disable clang-format-mode for C/C++

Should be enabled project wide if wanted.  Quite annoying when not
needed.
This commit is contained in:
2023-11-01 15:26:30 +00:00
parent ac3a305826
commit 046e0b9f01

View File

@@ -1744,9 +1744,6 @@ my dotfiles).
:after cc-mode
:commands (+code/clang-format-region-or-buffer
clang-format-mode)
:hook
(c-mode-hook . clang-format-mode)
(c++-mode-hook . clang-format-mode)
:general
(code-leader
:keymaps '(c-mode-map c++-mode-map)