Let editorconfig-emacs handle tab settings/delete-trailing-ws

This commit is contained in:
Henrik Lissner 2016-01-01 16:19:44 -05:00
parent 8880e3c0f4
commit b4458dd729
13 changed files with 11 additions and 41 deletions

View file

@ -14,8 +14,6 @@
(add-hook! evil-operator-state-entry 'show-paren-mode)
(add-hook! evil-operator-state-exit 'show-paren-mode-off)
;; Always ensure evil-shift-width is consistent with tab-width
(add-hook! evil-local-mode (setq evil-shift-width tab-width))
;; Disable highlights on insert-mode
(add-hook! evil-insert-state-entry 'evil-ex-nohighlight)
:config