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
|
(use-package editorconfig :demand t
|
||||||
:mode ("\\.?editorconfig$" . editorconfig-conf-mode)
|
:mode ("\\.?editorconfig$" . editorconfig-conf-mode)
|
||||||
:config (editorconfig-mode +1)
|
:config (editorconfig-mode +1)
|
||||||
|
(push 'doom-mode editorconfig-exclude-modes)
|
||||||
;; Show whitespace in tabs indentation mode
|
;; Show whitespace in tabs indentation mode
|
||||||
(add-hook! 'editorconfig-custom-hooks
|
(add-hook! 'editorconfig-custom-hooks
|
||||||
(if indent-tabs-mode (whitespace-mode +1))))
|
(if indent-tabs-mode (whitespace-mode +1))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue