mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Associate *.log files with text-mode
This commit is contained in:
@ -128,6 +128,7 @@ possible."
|
||||
;;; Extra file extensions to support
|
||||
|
||||
(push '("/LICENSE\\'" . text-mode) auto-mode-alist)
|
||||
(push '("\\.log\\'" . text-mode) auto-mode-alist)
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user