el-get/recipes/markdown-mode.rcp
Julien Danjou 6373c12f80 Revert "Use prepare to set auto-mode-alist"
This reverts commit 403c512382.

This is not needed now that #451 is fixed.
2011-10-20 14:47:15 +02:00

8 lines
286 B
Plaintext

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