From: Mark Wooding Date: Fri, 13 Dec 2013 19:01:02 +0000 (+0000) Subject: dot/emacs: Add extension for Markdown files. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/e6569a2f66bea072d600d88f150809412ade8033?ds=sidebyside;hp=37dfb719b94f10e813aacd0ee2f26207c3e6e91c dot/emacs: Add extension for Markdown files. --- diff --git a/dot/emacs b/dot/emacs index 1449f73..7d60a19 100644 --- a/dot/emacs +++ b/dot/emacs @@ -520,6 +520,7 @@ ("\\.go$" . go-mode) ("\\.org$" . org-mode) ("\\.make$" . makefile-mode) + ("\\.mkd$" . markdown-mode) ;; ("/[ch]/" . c-mode) (,(concat "/\\(" "\\.stgit\\.msg" "\\|"