dot/emacs: Allow `.md' for Markdown as well as `.mkd'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 9 Jan 2014 08:53:12 +0000 (08:53 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 9 Jan 2014 08:56:42 +0000 (08:56 +0000)
dot/emacs

index 7d60a19..ef44b02 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
                ("\\.go$" . go-mode)
                ("\\.org$" . org-mode)
                ("\\.make$" . makefile-mode)
-               ("\\.mkd$" . markdown-mode)
+               ("\\.mk?d$" . markdown-mode)
                ;; ("/[ch]/" . c-mode)
                (,(concat "/\\("
                          "\\.stgit\\.msg" "\\|"