Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.el recipe #12

Closed
jcrossley3 opened this issue Sep 19, 2010 · 1 comment
Closed

package.el recipe #12

jcrossley3 opened this issue Sep 19, 2010 · 1 comment

Comments

@jcrossley3
Copy link
Contributor

Hi Dimitri, I'm not sure how you prefer to receive patches, but I changed the package.el recipe so that package-list-packages (ELPA) would work out of the box:

(:name package
:type http
:url "http://tromey.com/elpa/package.el"
:features package
:after (lambda ()
(make-directory (expand-file-name "~/.emacs.d/elpa") t)
(package-initialize))
)

@dimitri
Copy link
Owner

dimitri commented Sep 20, 2010

Patch is fine, github pull requests too, and mails also: it's in!

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants