Associate text-mode w/ /LICENSE
This commit is contained in:
parent
9a635ae39e
commit
3150ce7d83
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
;;; module-text.el
|
;;; module-text.el
|
||||||
|
|
||||||
|
(associate! text-mode :match "/LICENSE$")
|
||||||
|
|
||||||
(use-package markdown-mode
|
(use-package markdown-mode
|
||||||
:mode ("\\.m\\(d\\|arkdown\\)$" "/README$"
|
:mode ("\\.m\\(d\\|arkdown\\)$" "/README$"
|
||||||
("/README\\.md$" . gfm-mode))
|
("/README\\.md$" . gfm-mode))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue