]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Wed, 20 Jan 2016 08:56:59 +0000 (17:56 +0900)
committerPHO <pho@cielonegro.org>
Wed, 20 Jan 2016 08:56:59 +0000 (17:56 +0900)
dot-files/_emacs_el

index bd8b72ebc2c51b93d4981dfd450e1ae2b6966614..942e9a88a5e66e0e9b540c982bef72c2e45957d8 100644 (file)
@@ -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)