editorconfig: don't mess with doom-mode (causes errors)
This commit is contained in:
parent
367f86ad93
commit
b65683aba8
1 changed files with 1 additions and 0 deletions
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue