Emacs: Add workaround for editorconfig.

This commit is contained in:
tastytea 2021-02-22 16:16:35 +01:00
parent 3b602aefe7
commit 9dda5dc7a3

View File

@ -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