diff --git a/modules/tools/editorconfig/config.el b/modules/tools/editorconfig/config.el index 3c4a6d643..abcac7512 100644 --- a/modules/tools/editorconfig/config.el +++ b/modules/tools/editorconfig/config.el @@ -51,10 +51,5 @@ specified by editorconfig." (gethash 'indent_size props)) (setq doom-inhibit-indent-detection 'editorconfig)))) - ;; Editorconfig makes indentation too rigid in Lisp modes, so tell - ;; editorconfig to ignore indentation there. The dynamic indentation support - ;; built into Emacs is superior. - (setq editorconfig-lisp-use-default-indent t) - ;; (editorconfig-mode +1))