Skip to content

Commit

Permalink
el-get.rcp: use :features instead of :load
Browse files Browse the repository at this point in the history
When reloading el-get, doing :load "el-get.el" causes only the new el-get.el
file to be loaded, resulting in a "hybrid" in which we have new versions
of the el-get.el functions and old versions of all the others. The later
call to el-get-reload takes care of this anyway.
  • Loading branch information
npostavs committed Feb 18, 2015
1 parent efaa866 commit e6a8771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/el-get.rcp
Expand Up @@ -6,7 +6,7 @@
:pkgname "dimitri/el-get"
:info "."
:compile ("el-get.*\\.el$" "methods/")
:load "el-get.el"
:features el-get
:post-init (when (memq 'el-get (bound-and-true-p package-activated-list))
(message "Deleting melpa bootstrap el-get")
(unless package--initialized
Expand Down

0 comments on commit e6a8771

Please sign in to comment.