From 811f3fe8ab79a4b07d4e4901bafc217ad81a3ba4 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 17 Jan 2016 03:34:49 +0900 Subject: [PATCH] emacs.el: Always use el imeplemented core for editorconfig --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.el b/emacs.el index e382342..15324a5 100644 --- a/emacs.el +++ b/emacs.el @@ -765,6 +765,8 @@ IF OK-IF-ALREADY-EXISTS is true force download." ;; file handling (when (safe-require-or-eval 'editorconfig) + (set-variable 'editorconfig-get-properties-function + 'editorconfig-core-get-properties-hash) (editorconfig-mode 1)) (setq revert-without-query '(".+"))