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

Startup error: Invalid function: +ivy-do-action! #148

Closed
gilbertw1 opened this issue Jul 14, 2017 · 3 comments
Closed

Startup error: Invalid function: +ivy-do-action! #148

gilbertw1 opened this issue Jul 14, 2017 · 3 comments
Labels
is:bug Something isn't working as intended

Comments

@gilbertw1
Copy link
Contributor

Hey, I've pulled up to the latest and I'm noticing the following startup error:

error

I'm guessing some changes in the load order are resulting in the keybindings being evaluated prior to the macro +ivy-do-action! in ivy's config.el.

Thanks!

@hlissner
Copy link
Member

Odd. I had that error just before 6a5bd21, and can't reproduce it after. I'm looking into it.

@bennyandresen
Copy link
Contributor

bennyandresen commented Jul 15, 2017

I also have this issue, I went through git bisect and the first bad commit is ea4d0a5

In addition which I just noticed: The problem only exists when I ran make compile before.
Getting the issue to appear, then doing make clean; make autoloads and re-opening Emacs -> No issue.

@hlissner hlissner added the is:bug Something isn't working as intended label Jul 27, 2017
@hlissner
Copy link
Member

I've reverted a change that made doom's non-interactive initialization less aggressive (thus causing it to miss macro definitions in modules, like +ivy-do-action!). This shouldn't occur anymore.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
is:bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

3 participants