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

dotspacemacs/user-config run after file is loaded #3233

Closed
beojan opened this issue Oct 2, 2015 · 4 comments
Closed

dotspacemacs/user-config run after file is loaded #3233

beojan opened this issue Oct 2, 2015 · 4 comments

Comments

@beojan
Copy link

beojan commented Oct 2, 2015

When Emacs is started with, for example emacs main.cpp, dotspacemacs/user-config is run after the file is loaded, so c++-mode hooks added in dotspacemacs/user-config don't get run.

@TheBB TheBB added the Bug :-( label Oct 2, 2015
@syl20bnr
Copy link
Owner

syl20bnr commented Oct 5, 2015

I think this is because of the changed hook from after-init-hook to emacs-startup-hook.

emacs-startup-hook:

Normal hook run after loading init files and handling the command line.

after-init-hook

Normal hook run after initializing the Emacs session.

cc @vkz

@StreakyCobra
Copy link
Contributor

@syl20bnr Maybe you want to milestone this on for 0.105?

@syl20bnr
Copy link
Owner

Pretty sure this bug is fixed in 0.200 :-D

@hrldcpr
Copy link
Contributor

hrldcpr commented Jul 23, 2018

As discussed in #7202, as far as I can tell this is no longer fixed or was never actually fixed.

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

No branches or pull requests

5 participants