From 718774952db032ee465d8728d37b80c9baaabc97 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Tue, 13 Jan 2015 16:28:43 +0900 Subject: [PATCH] Use markdown-mode for markdown --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 80a2cdf..9495ce8 100644 --- a/emacs.el +++ b/emacs.el @@ -1152,6 +1152,7 @@ found, otherwise returns nil." (add-to-list 'auto-mode-alist (cons "\\.md\\'" 'outline-mode)) (when (autoload-eval-lazily 'markdown-mode) + (add-to-list 'auto-mode-alist (cons "\\.md\\'" 'markdown-mode)) (setq markdown-command (or (executable-find "markdown") (executable-find "markdown.pl"))) (add-hook 'markdown-mode-hook