dot/emacs: Add extension for Markdown files.
[profile] / dot / emacs
index 1449f73..7d60a19 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
                ("\\.go$" . go-mode)
                ("\\.org$" . org-mode)
                ("\\.make$" . makefile-mode)
+               ("\\.mkd$" . markdown-mode)
                ;; ("/[ch]/" . c-mode)
                (,(concat "/\\("
                          "\\.stgit\\.msg" "\\|"