From 72d249a1e70a14c29ed1bd19c379b3ad54280964 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 4 Dec 2015 15:02:04 +0900 Subject: [PATCH] Remove some editorconfig setups no longer required --- emacs.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/emacs.el b/emacs.el index 21a6a14..529e6d2 100644 --- a/emacs.el +++ b/emacs.el @@ -222,7 +222,6 @@ IF OK-IF-ALREADY-EXISTS is true force download." ensime editorconfig - editorconfig-core ) "Package list just for me.") @@ -716,8 +715,6 @@ IF OK-IF-ALREADY-EXISTS is true force download." ;; file handling (when (safe-require-or-eval 'editorconfig) - (setq editorconfig-get-properties-function - 'editorconfig-core-get-properties-hash) (editorconfig-mode 1)) (setq revert-without-query '(".+"))