editorconfig: don't mess with doom-mode (causes errors)

This commit is contained in:
Henrik Lissner 2016-09-15 14:20:19 +02:00
parent 367f86ad93
commit b65683aba8

View File

@ -88,6 +88,7 @@
(use-package editorconfig :demand t
:mode ("\\.?editorconfig$" . editorconfig-conf-mode)
:config (editorconfig-mode +1)
(push 'doom-mode editorconfig-exclude-modes)
;; Show whitespace in tabs indentation mode
(add-hook! 'editorconfig-custom-hooks
(if indent-tabs-mode (whitespace-mode +1))))