mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix catch-all text-mode entry in auto-mode-alist
This indirectly fixes an issue where the elfeed db was opened in text-mode, triggering the large-file check.
This commit is contained in:
@ -70,7 +70,7 @@ fundamental-mode) for performance sake."
|
|||||||
;; Built-in plugins
|
;; Built-in plugins
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(push '("/[A-Z]+$" . text-mode) auto-mode-alist)
|
(push '("/LICENSE\\'" . text-mode) auto-mode-alist)
|
||||||
|
|
||||||
(electric-indent-mode -1) ; enabled by default in Emacs 25+. No thanks.
|
(electric-indent-mode -1) ; enabled by default in Emacs 25+. No thanks.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user