diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index b1c45ee..c748fd5 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -2438,6 +2438,12 @@ description I give won't do it justice. :straight t :demand t :config + (add-to-list 'aggressive-indent-excluded-modes + 'c-mode) + (add-to-list 'aggressive-indent-excluded-modes + 'c++-mode) + (add-to-list 'aggressive-indent-excluded-modes + 'cc-mode) (global-aggressive-indent-mode)) #+end_src ** Compilation