diff --git a/core/core-editor.el b/core/core-editor.el index cb12e8514..891a70ff0 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -122,6 +122,8 @@ fundamental-mode) for performance sake." (unless (server-running-p) (server-start))) +(push '("/[A-Z]+$" . text-mode) auto-mode-alist) + ;; ;; Core Plugins