-
-
Notifications
You must be signed in to change notification settings - Fork 106
Auxiliary packages
Andreas Kurth edited this page Feb 6, 2024
·
2 revisions
You can integrate Consult with special programs or with other packages in the wider Emacs ecosystem. You may want to install some of these packages depending on your preferences and requirements. Feel free to add your package here.
-
consult-ag: Support for the Silver Searcher in the style of
consult-grep
. - consult-codesearch: Integration with Code Search.
- consult-company: Completion at point using the Company backends.
- consult-compile-multi: Integration with compile-multi.
- consult-dir: Directory jumper using Consult multi sources.
- consult-dash: Consult interface to Dash documentation
- consult-eglot: Integration with Eglot (LSP client).
- consult-flycheck: Additional Flycheck integration.
- consult-flyspell: Additional Flyspell integration.
- consult-git-log-grep: Consult interface to git log.
- consult-hatena-bookmark: Access Hatena bookmarks.
- consult-ls-git: List files from git via Consult.
- consult-lsp: Integration with Lsp-mode (LSP client).
- consult-notmuch: Access the Notmuch email system using Consult.
- consult-notes: Searching notes with Consult.
- consult-org-roam: Integration with Org-roam.
- consult-project-extra: Additional project.el extras and buffer sources.
- consult-projectile: Additional Projectile integration and buffer sources.
- consult-recoll: Access the Recoll desktop full-text search using Consult.
- consult-spotify: Access the Spotify API and control your local music player.
- consult-yasnippet: Integration with Yasnippet.
- affe: Asynchronous Fuzzy Finder for Emacs based on Consult.
Not directly related to Consult, but maybe still of interest are the following
packages. These packages should work well with Consult, follow a similar spirit or
offer functionality based on completing-read
.
-
corfu: Completion systems for
completion-at-point
using small popups. -
cape: Completion At Point Extensions, which can be used with
consult-completion-in-region
and Corfu. -
bookmark-view: Store window configuration as bookmarks, possible integration with
consult-buffer
. - citar: Versatile package for citation insertion and bibliography management.
- devdocs: Emacs viewer for DevDocs with a convenient completion interface.
- all-the-icons-completion, nerd-icons-completion: Icons for the completion UI.
See also the Embark Wiki and the Vertico Wiki!