|
I've tried using the snippet in the README, but Emacs reports I'm guessing this snippet is outdated? If I try to configure it within "use-package vertico" instead, with something like this, this works, but each time I trigger Could I get some help please? |
Answered by
jf
Aug 10, 2026
Replies: 2 comments 1 reply
|
figured out that it was deferred loading that was giving me problems with the second approach, so added |
0 replies
Answer selected by
minad
|
I've enabled vertico-directory-tidy by default now. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
figured out that it was deferred loading that was giving me problems with the second approach, so added
:demand t, and that resolved it.