el-get/recipes/markdown-mode.rcp
Noam Postavsky 09f9d9a82e check recipes in travis, fix or muffle warnings
suppressed warnings: -Wno-features -Wno-github -Wno-autoloads, because
too many recipes trigger them to handle right now.
2014-05-01 21:00:31 -04:00

8 lines
352 B
Plaintext

(:name markdown-mode
:description "Major mode to edit Markdown files in Emacs"
:website "http://jblevins.org/projects/markdown-mode/"
:type git
:url "git://jblevins.org/git/markdown-mode.git"
:prepare (add-to-list 'auto-mode-alist
'("\\.\\(md\\|mdown\\|markdown\\)\\'" . markdown-mode)))