X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=blobdiff_plain;f=dot-files%2F_emacs_el;h=942e9a88a5e66e0e9b540c982bef72c2e45957d8;hp=bd8b72ebc2c51b93d4981dfd450e1ae2b6966614;hb=0c6d6db093782431f54a7129afebc8cc0fa5aa0b;hpb=327001194323cff2a7532c2a5e2e3f50bebd90fe 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)