Map /[A-Z]+$ files to text-mode

This commit is contained in:
Henrik Lissner 2018-05-15 01:40:42 +02:00
parent ba2fb4a82d
commit d51f3b1f38
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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