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:
parent
18a6df5e6f
commit
6dc375a891
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue