From 0c6d6db093782431f54a7129afebc8cc0fa5aa0b Mon Sep 17 00:00:00 2001 From: PHO Date: Wed, 20 Jan 2016 17:56:59 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index bd8b72e..942e9a8 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -417,6 +417,11 @@ Will prompt you shell name when you type `C-u' before this command." t) (setq tsv-separator-list '("\t")) ;(add-to-list 'auto-mode-alist '("\\.[Tt][Ss][Vv]\\'" . tsv-mode)) +;; markdown-mode +;; http://jblevins.org/projects/markdown-mode/ +(autoload 'markdown-mode "markdown-mode.el" "Major mode for editing Markdown files" t) +(add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode)) + ;; yaml-mode (autoload 'yaml-mode "yaml-mode" "Major mode for editing YAML files." t) -- 2.40.0