From e7bbcd150a32095fe6453ad8afcb096cba869cdf Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 20 Sep 2021 11:26:45 +0900 Subject: [PATCH] Fix editorcofig load --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 7819f0c..edf1fc2 100644 --- a/emacs.el +++ b/emacs.el @@ -1246,7 +1246,7 @@ THEM are function and its args." ;; (add-hook 'after-first-visit-hook ;; 'editorconfig-mode-apply ;; t)) ;; Do after enabling editorconfig-mode -(when (eval-and-compile (require 'editorconfig)) +(when (eval-and-compile (require 'editorconfig nil t)) (set-variable 'editorconfig--enable-20210221-testing t) (editorconfig-mode 1)) (set-variable 'editorconfig-get-properties-function