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:
parent
fb96c8df5a
commit
82e0641bf7
2 changed files with 3 additions and 10 deletions
|
@ -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)))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue