Add :editorconfig setting

This commit is contained in:
Henrik Lissner 2017-03-01 19:16:22 -05:00
parent 27cc4a9508
commit 105c0b945b
3 changed files with 17 additions and 5 deletions

View file

@ -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]