Emacs: Add workaround for editorconfig.
This commit is contained in:
parent
3b602aefe7
commit
9dda5dc7a3
|
@ -196,6 +196,8 @@ Ignores ARGS."
|
|||
(use-package editorconfig
|
||||
:defer 2
|
||||
:diminish editorconfig-mode
|
||||
;; <https://github.com/editorconfig/editorconfig-emacs/issues/242>
|
||||
:init (setq editorconfig--enable-20210221-testing t)
|
||||
:config (editorconfig-mode 1))
|
||||
|
||||
(use-package smerge-mode
|
||||
|
|
Loading…
Reference in New Issue
Block a user