diff --git a/emacs.el b/emacs.el index 3e86e11..0aaa5bc 100644 --- a/emacs.el +++ b/emacs.el @@ -664,6 +664,10 @@ 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)) + (setq revert-without-query '(".+")) ;; save cursor position