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

Doesn't work with emacs24 packaged for Debian using -q -l #46

Closed
olberger opened this issue Dec 21, 2013 · 1 comment
Closed

Doesn't work with emacs24 packaged for Debian using -q -l #46

olberger opened this issue Dec 21, 2013 · 1 comment

Comments

@olberger
Copy link

I'm trying to test it using something like:
emacs24 -q -l ~/git/github.com/eschulte/emacs24-starter-kit/init.el

But that doesn't work : Messages tells nothing about a loaded init.el

Also, using M-x load-file on the init.el doesn't acknowledge org-mode loaded from the Debian package (through /etc/emacs/site-start.d/50org-mode.el).

I guess the org detection code should be adapted...

Hope this helps.

@eschulte
Copy link
Owner

Thanks for catching this, we recently switched to hooking the starter kit into the after-init-hook, which is not run when Emacs is started with -q. Try the following invocation instead (now mentioned in the instructions).

emacs -q -l ~/path/to/emacs24-starter-kit/init.el  --eval "(run-hooks 'after-init-hook)"

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