mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/editorconfig: remove editorconfig-lisp-use-default-indent
This is now its default value upstream.
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user