First and foremost, I love doom. Best editor ever.
Now to my issue
What did you expect to happen?
...
I expected typing something when searching would search for text in files in the project
What actually happened?
...
first letter I type I get the message "Error in post-command-hook (ivy--queue--exhibit):(void-function nil)" I use ivy for search and have ripgrep installed on my macbook. Typing several letters does not result in any searchresults.
Additional details:
SPC
h k KEY or C-h h k KEY to inspect keys).M-x
view-echo-area-messages to see it).Error during redisplay: (eval (doom-modeline-segment--modals)) signaled (void-variable when) [6 times]
QuitError during redisplay: (eval (doom-modeline-segment--modals)) signaled (void-variable when)
Error during redisplay: (eval (doom-modeline-segment--modals)) signaled (void-variable when)
Error in post-command-hook (ivy--queue-exhibit): (void-function nil)
QuitError during redisplay: (eval (doom-modeline-segment--modals)) signaled (void-variable when)
Error during redisplay: (eval (doom-modeline-segment--modals)) signaled (void-variable when)
If an error message is involved include a backtrace of it.
How to acquire a backtrace:
https://github.com/hlissner/doom-emacs/blob/develop/docs/getting_started.org#how-to-extract-a-backtrace-from-an-error
Steps to reproduce:
System information:
Place the output of M-x doom/info or ~/.emacs.d/bin/doom info here.
@Pederaugust I was having this problem too. doom doctor turned up some stale .elc files (including, notably, ivy and ivy-overlay) and I was able to rebuild them with doom build. This resolved the issue for me. Maybe give that a try?
Thank you @valrus that solved my exact problem. You sir are a legend! namaste
Most helpful comment
@Pederaugust I was having this problem too.
doom doctorturned up some stale .elc files (including, notably,ivyandivy-overlay) and I was able to rebuild them withdoom build. This resolved the issue for me. Maybe give that a try?