mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor: remove redundant auto-mode-alist entries
Also removes the *.{hex,nes} entry because it's far too niche to be a global default.
This commit is contained in:
@ -250,8 +250,7 @@ tell you about it. Very annoying. This prevents that."
|
||||
auto-mode-alist
|
||||
'(("/LICENSE\\'" . text-mode)
|
||||
("\\.log\\'" . text-mode)
|
||||
("rc\\'" . conf-mode)
|
||||
("\\.\\(?:hex\\|nes\\)\\'" . hexl-mode)))
|
||||
("rc\\'" . conf-mode)))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user