el-get/recipes/textmate.rcp
Ryan C. Thompson a0ace9cb02 s/:after/:post-init/g in recipes/*.rcp
I also fixed the indentation
2011-10-08 12:22:25 -07:00

7 lines
212 B
Plaintext

(:name textmate
:description "TextMate minor mode for Emacs"
:type git
:url "https://github.com/defunkt/textmate.el.git"
:features textmate
:post-init (lambda () (textmate-mode)))