doomemacs/modules/completion
Sean Farley 2bdeabb0cf refactor(corfu): consolidate +orderless logic without vertico
This tidy ups the corfu module to use the logic when a user enables
corfu +orderless without enabling vertico. Since that's probably a niche
situation, we only specify commit to pin to orderless in the vertico
module so that contributors aren't tripped up with trying to remember to
update orderless in two different code locations. Of course, if this
turns out to be a more popular use-case we can re-evaluate this logic.
2024-03-21 11:29:32 -04:00
..
company bump: :completion 2024-02-05 17:21:21 -05:00
corfu refactor(corfu): consolidate +orderless logic without vertico 2024-03-21 11:29:32 -04:00
helm bump: :completion 2024-02-05 17:21:21 -05:00
ido bump: :completion 2024-02-05 17:21:21 -05:00
ivy bump: :completion 2024-02-05 17:21:21 -05:00
vertico nit(vertico): fix spelling in some docstrings 2024-03-21 11:29:19 -04:00
README.org revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00

:completion

Description

These modules provide interfaces and frameworks completion, including code completion.

Frequently asked questions

Should I choose Ivy, Helm, Vertico, or Ido?

Vertico is Doom's default and comes highly recommended of the four. It is the fastest, best integrated in Doom's ecosystem, and its module is the most actively maintained of the four. It also has the cleanest codebase and ties into native functionality already existing in Emacs, rather than reinventing the wheel.