doomemacs/modules/completion
Henrik Lissner be7ac25a84
fix: file-name-concat paths instead of concat
Treat paths as paths, rather than strings. Removes the requirements that
doom-*-dir variables end in slash (though I'll continue doing so as a
convention). Also moves a lot of cache/data into the current profile's
cache/data directories. Shouldn't actually affect anything for folks not
using Doom's profile system (yet).

Fix: #8616
2025-12-30 22:59:10 -05:00
..
company perf(company,corfu): increase idle delay on macos 2025-12-17 02:17:33 -05:00
corfu perf(company,corfu): increase idle delay on macos 2025-12-17 02:17:33 -05:00
helm bump: :completion 2025-12-01 01:14:54 -05:00
ido fix: file-name-concat paths instead of concat 2025-12-30 22:59:10 -05:00
ivy fix: file-name-concat paths instead of concat 2025-12-30 22:59:10 -05:00
vertico fix(vertico): out-of-range error w/ zero-length pattern 2025-12-24 14:54:05 -05:00
.doommodule feat: add .doommodule files 2024-09-14 20:47:39 -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.