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

How to use el-get for emacs-pde? #1

Closed
grettke opened this issue Sep 26, 2014 · 2 comments
Closed

How to use el-get for emacs-pde? #1

grettke opened this issue Sep 26, 2014 · 2 comments

Comments

@grettke
Copy link

grettke commented Sep 26, 2014

Good afternoon,

Today I'm setting up el-get to grab emacs-pde.

Setup recipe looks like this:

(add-to-list
 'el-get-sources
 '(:name emacs-pde
         :type github
         :pkgname "wenbinye/emacs-pde"
         :load-path "./lisp"
         :load "lisp/pde-load.el"
         :features re-builder-x))

Have you happened to try this?

When I do the load and require, I can't seem to find re-builder-x, even when
I do load it manually I am not seeing it exported.

(print emacs-version)
"24.3.1"
@marcinant
Copy link

There should be ELPA package as well.

@grettke
Copy link
Author

grettke commented Oct 3, 2014

I will try that thanks.

@grettke grettke closed this as completed Oct 3, 2014
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