tools/editorconfig: remove editorconfig-lisp-use-default-indent
This is now its default value upstream.
This commit is contained in:
parent
87f6dab424
commit
c088aaeb1b
1 changed files with 0 additions and 5 deletions
|
@ -51,10 +51,5 @@ specified by editorconfig."
|
||||||
(gethash 'indent_size props))
|
(gethash 'indent_size props))
|
||||||
(setq doom-inhibit-indent-detection 'editorconfig))))
|
(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))
|
(editorconfig-mode +1))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue