From 908e81562f3e5ded6b8565821d613914ce3aa132 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 31 Oct 2015 17:06:21 +0900 Subject: [PATCH] Enable editorconfig on load --- emacs.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index e76dd92..210f7ad 100644 --- a/emacs.el +++ b/emacs.el @@ -220,6 +220,9 @@ IF OK-IF-ALREADY-EXISTS is true force download." scala-mode2 ensime + + editorconfig + editorconfig-core ) "Package list just for me.") @@ -713,7 +716,9 @@ IF OK-IF-ALREADY-EXISTS is true force download." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; file handling -(require 'editorconfig nil t) +(when (require 'editorconfig nil t) + (defvar-set edconf-get-properties-function + 'editorconfig-core-get-properties-hash)) (setq revert-without-query '(".+"))