mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Map /[A-Z]+$ files to text-mode
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user