From 072049f32d1cea14822b1d2e58d9990370f54eb0 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 7 Nov 2015 03:19:34 +0900 Subject: [PATCH] Enable editorconfig-mode on load --- emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 210f7ad..1681469 100644 --- a/emacs.el +++ b/emacs.el @@ -718,7 +718,8 @@ IF OK-IF-ALREADY-EXISTS is true force download." (when (require 'editorconfig nil t) (defvar-set edconf-get-properties-function - 'editorconfig-core-get-properties-hash)) + 'editorconfig-core-get-properties-hash) + (editorconfig-mode 1)) (setq revert-without-query '(".+"))