Map /[A-Z]+$ files to text-mode
This commit is contained in:
parent
ba2fb4a82d
commit
d51f3b1f38
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ fundamental-mode) for performance sake."
|
||||||
(unless (server-running-p)
|
(unless (server-running-p)
|
||||||
(server-start)))
|
(server-start)))
|
||||||
|
|
||||||
|
(push '("/[A-Z]+$" . text-mode) auto-mode-alist)
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
;; Core Plugins
|
;; Core Plugins
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue