aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2013-04-04 13:01:47 -0400
committerRyan Kavanagh <rak@debian.org>2013-04-04 13:01:47 -0400
commit8e1a49d5d70b10f670181d2ab5b77cb9e4085e8e (patch)
tree6b498a9b0b59b525a38cd0d50fe40d55b6b5835c
parentForce the creation of BBDB records when replying (diff)
Add .mdown to the list of suffixes on which markdown-mode is loaded
-rw-r--r--.emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 109d87d..33955d0 100644
--- a/.emacs
+++ b/.emacs
@@ -53,6 +53,7 @@
(autoload 'markdown-mode "markdown-mode"
"Major mode for editing Markdown files" t)
(add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode))
+(add-to-list 'auto-mode-alist '("\\.mdown\\'" . markdown-mode))
;;;; PROOFGENERAL
(load-file "~/.emacs.d/proofgeneral/generic/proof-site.el")