From 84f214000f4d7ed548f76abeaf680c6e7e27ed36 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 23 Feb 2018 14:21:04 +0900 Subject: [PATCH] Disable editorconfig-charset-extras temporarily --- emacs.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs.el b/emacs.el index d1bb19a..7039ed4 100644 --- a/emacs.el +++ b/emacs.el @@ -679,9 +679,9 @@ found, otherwise returns nil." (add-hook 'editorconfig-custom-hooks 'editorconfig-custom-majormode)) -(when (fboundp 'editorconfig-charset-extras) - (add-hook 'editorconfig-custom-hooks - 'editorconfig-charset-extras)) +;; (when (fboundp 'editorconfig-charset-extras) +;; (add-hook 'editorconfig-custom-hooks +;; 'editorconfig-charset-extras)) (setq revert-without-query '(".+"))