Refactor :lang auto-mode-alist entries
This commit is contained in:
parent
23d887303d
commit
6b573bc66b
7 changed files with 14 additions and 13 deletions
|
@ -3,7 +3,7 @@
|
|||
(def-package! markdown-mode
|
||||
:mode "/README$"
|
||||
:mode ("/README\\.md$" . gfm-mode)
|
||||
:mode "\\.m\\(d\\|arkdown\\)$"
|
||||
:mode "\\.m\\(?:d\\|arkdown\\)$"
|
||||
:init
|
||||
(setq markdown-enable-wiki-links t
|
||||
markdown-enable-math t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue