Associate text-mode w/ /LICENSE

This commit is contained in:
Henrik Lissner 2016-06-05 03:04:42 -04:00
parent 9a635ae39e
commit 3150ce7d83

View File

@ -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))