diff --git a/core/core-editor.el b/core/core-editor.el index 77abc29f5..cb1cd9142 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -88,6 +88,7 @@ (use-package editorconfig :demand t :mode ("\\.?editorconfig$" . editorconfig-conf-mode) :config (editorconfig-mode +1) + (push 'doom-mode editorconfig-exclude-modes) ;; Show whitespace in tabs indentation mode (add-hook! 'editorconfig-custom-hooks (if indent-tabs-mode (whitespace-mode +1))))