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