mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Associate text-mode w/ /LICENSE
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
;;; module-text.el
|
||||
|
||||
(associate! text-mode :match "/LICENSE$")
|
||||
|
||||
(use-package markdown-mode
|
||||
:mode ("\\.m\\(d\\|arkdown\\)$" "/README$"
|
||||
("/README\\.md$" . gfm-mode))
|
||||
|
Reference in New Issue
Block a user