Skip to content

Commit

Permalink
Fix pony-mode recipe
Browse files Browse the repository at this point in the history
Do not use require in post-init.
Stop overwriting pony-snippet-dir uselessly.
  • Loading branch information
jd committed Oct 25, 2011
1 parent bc829a5 commit 2a3a372
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions recipes/pony-mode.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 2a3a372

Please sign in to comment.