Associate .mkd with markdown-mode

This is a common enough extension that it seems reasonable to do this by
default.
This commit is contained in:
Ben Gamari 2015-04-03 18:55:47 -04:00 committed by syl20bnr
parent 0cde3b1239
commit 2b7a496464

View file

@ -20,7 +20,7 @@ which require an initialization must be listed explicitly in the list.")
(defun markdown/init-markdown-mode ()
(use-package markdown-mode
:mode ("\\.md" . markdown-mode)
:mode ("\\.m[k]d" . markdown-mode)
:defer t
:init (add-hook 'markdown-mode-hook 'smartparens-mode)
:config