Associate *.log files with text-mode

This commit is contained in:
Henrik Lissner
2019-10-20 09:44:40 -04:00
parent 70e6c17de5
commit 634b4b2bc7

View File

@ -128,6 +128,7 @@ possible."
;;; Extra file extensions to support
(push '("/LICENSE\\'" . text-mode) auto-mode-alist)
(push '("\\.log\\'" . text-mode) auto-mode-alist)
;;