Skip to content

Commit

Permalink
Revert "Use prepare to set auto-mode-alist"
Browse files Browse the repository at this point in the history
This reverts commit 403c512.

This is not needed now that dimitri#451 is fixed.
  • Loading branch information
jd committed Oct 20, 2011
1 parent 07ce22d commit 6373c12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/markdown-mode.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
:description "Major mode to edit Markdown files in Emacs"
:type git
:url "git://jblevins.org/git/markdown-mode.git"
:prepare (lambda ()
(add-to-list 'auto-mode-alist
'("\\.\\(md\\|mdown\\|markdown\\)\\'" . markdown-mode))))
:post-init (lambda ()
(add-to-list 'auto-mode-alist
'("\\.\\(md\\|mdown\\|markdown\\)\\'" . markdown-mode))))

0 comments on commit 6373c12

Please sign in to comment.