Add :editorconfig setting
This commit is contained in:
parent
27cc4a9508
commit
105c0b945b
3 changed files with 17 additions and 5 deletions
|
@ -18,9 +18,7 @@
|
|||
("add-hook" "remove-hook")))
|
||||
|
||||
;; Don't affect lisp indentation (only `tab-width')
|
||||
(setq editorconfig-indentation-alist
|
||||
(delq (assq 'emacs-lisp-mode editorconfig-indentation-alist)
|
||||
editorconfig-indentation-alist))
|
||||
(set! :editorconfig :remove 'emacs-lisp-mode)
|
||||
|
||||
(defun +emacs-lisp|hook ()
|
||||
(setq mode-name "Elisp") ; [pedantry intensifies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue