-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
module: add :completion vertico #4664
Conversation
I'm a newbie on this ecosystem of packages, but would |
I think that's what |
OIC; thanks. |
This comment has been minimized.
This comment has been minimized.
Could you drop a screenshot of the difference? Should just be |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
When grepping the doom-emacs codebase for |
@minad I appreciate the review! Few questions on either and I'd love any further input you have. |
Why is |
I've run into a keybinding problem, explained here: tmalsburg/helm-bibtex#355 (comment) To summarize: If one runs But if one from there runs The embark author has this suggestion here.
FWIW, by default, embark has that bound to |
See the sub-thread above @jethrokuan: It's just temporary. |
I couldn't get your version to work locally the first time I tried it, so I was using a combination of pieces that others had written, but kept not getting anywhere, so I took @minad's advice and cut it down. Anyways, I gave yours another go to confirm, and it appears to be working now. |
I didn't really know what I was doing wrt to the |
b665880
to
9852950
Compare
This comment has been minimized.
This comment has been minimized.
- Rename all functions and variables in the module to reflect the namechange (and the irc jump function)
- Add basic configuration instructions - Add Vertico keybindings - Improve =C-c C-e= documentation - Prepare TODO for PR review
It didn't do anything for the `orderless` statement, and we can setup `embark-consult` correctly without it.
motion preview commands to underlying motion commands.
cleans up shadowed paths automatically
While it only gives one candidate per line, it's more important to have something that uses the completion UI
- unify `map!` statements when possible - rename `+vertico--embark-target-package!` to `+vertico--embark-target-package` and autoload it - set `completion-in-region-function` to a wrapper function instead of changing it with a hook - use `:override` advice instead of `fset` for `multi-occur` - document what `vertico-directory-tidy` does - move `:init` contents to `:config` when possible
emacs-citar/citar@b1ddbb3 -> emacs-citar/citar@6e3a194 tmalsburg/helm-bibtex@9f6ea92 -> tmalsburg/helm-bibtex@a0d32ab tmalsburg/helm-bibtex@9f6ea92 -> tmalsburg/helm-bibtex@a0d32ab tmalsburg/helm-bibtex@9f6ea92 -> tmalsburg/helm-bibtex@a0d32ab bibtex-actions is way out of date, and bibtex-completion has a new org-cite improvement
d12frosted/flyspell-correct@4042336 -> d12frosted/flyspell-correct@0035795 flyspell-correct got some completing-read improvements relevant to completion/vertico
- move TODO.org to discourse (https://discourse.doomemacs.org/t/vertico-module-tasklist/1386) - update README date - add @iyefrat as maintainer
(:when (featurep! :completion vertico) | ||
(:after vertico | ||
:map vertico-map | ||
"M-RET" #'vertico-exit-input |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
And bam! Thanks for all your help guys, especially @iyefrat. Looking forward to giving this a spin! |
I would also like to say thanks to all the people that worked on, reviewed, and beta tested the module. Particularly to @minad, but the full list is too long for me to write out without forgetting someone by accident. |
Finally, this get merged! Cheers |
This is a work in progress, to quote the great @mjlbach "be the PR you want to see in the repo".
The only thing I take credit for so far is pinning the packages and copying and pasting @Townk's config ontop of @jethrokuan's PR (#4519) so I'll only take it personally if you rip up the way I pinned the repos.
Please add anything that you find isn't working to
TODO.org
or PR the fix.This PR used to be named
Add Selectrum Round 2