From 8e1a49d5d70b10f670181d2ab5b77cb9e4085e8e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 4 Apr 2013 13:01:47 -0400 Subject: Add .mdown to the list of suffixes on which markdown-mode is loaded --- .emacs | 1 + 1 file changed, 1 insertion(+) 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") -- cgit v1.2.3