From 9ca1198d88925ac4376b75a71b716018e543599f Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Mon, 22 Feb 2021 00:23:26 +0900 Subject: [PATCH] Enable editorconfig--enable-20210221-testing --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 8f1d2ca..8f9bd65 100644 --- a/emacs.el +++ b/emacs.el @@ -1201,7 +1201,8 @@ THEM are function and its args." ;; 'editorconfig-mode-apply ;; t)) ;; Do after enabling editorconfig-mode (when (eval-and-compile (require 'editorconfig)) - (editorconfig-2-mode 1)) + (set-variable 'editorconfig--enable-20210221-testing t) + (editorconfig-mode 1)) (set-variable 'editorconfig-get-properties-function 'editorconfig-core-get-properties-hash) (set-variable 'editorconfig-mode-lighter "")