Fix pony-mode recipe

Do not use require in post-init.
Stop overwriting pony-snippet-dir uselessly.
This commit is contained in:
Julien Danjou 2011-10-25 11:41:10 +02:00
parent bc829a54cc
commit 2a3a372b48

View File

@ -2,7 +2,4 @@
:website "https://github.com/davidmiller/pony-mode"
:description "A Django mode for Emacs."
:type git
:url "https://github.com/davidmiller/pony-mode"
:post-init (lambda ()
(require 'pony-mode)
(setq pony-snippet-dir (el-get-package-directory "pony-mode"))))
:url "https://github.com/davidmiller/pony-mode")