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 do you bootstrap the emacs.d? #1

Closed
ninrod opened this issue Feb 12, 2017 · 3 comments
Closed

how do you bootstrap the emacs.d? #1

ninrod opened this issue Feb 12, 2017 · 3 comments

Comments

@ninrod
Copy link

ninrod commented Feb 12, 2017

Hi @dakrone,

I'm curious, how do you boostrap the untangled org setup files?

I understand that somewhere on your setup you have to have an init.el or ~/.emacs file that calls org-babel to untangle the org files into el files. But I don't see an init.el in your configuration. the Makefile does not seem to be creating one either.

@dakrone
Copy link
Owner

dakrone commented Feb 14, 2017

I'm curious, how do you boostrap the untangled org setup files?

You should be able to run make to generate all of the .el files, and then if you want to use the configuration, make install will set up symlinks to the generated init.el files (check out install.sh which is run by the Makefile and see that it creates the init.el symlink)

@ninrod
Copy link
Author

ninrod commented Feb 14, 2017

ok, thank you @dakrone.

I'm trying to grab some ideas on how to setup emacs for java development, a.k.a, the final frontier.

I see that you are using meghanada server. Are you liking it? thanks

@dakrone
Copy link
Owner

dakrone commented Feb 14, 2017

I see that you are using meghanada server. Are you liking it? thanks

It works pretty well, I do appreciate that it's better ingrained into Emacs than something like Eclim is, since it hooks into flycheck and company a bit easier. I've had a few issues with the server dying due to NullPointerExceptions but it is getting better (and it's actively developed).

@ninrod ninrod closed this as completed Feb 14, 2017
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