doomemacs/modules/completion/selectrum
Edmund Miller 74b100cd54 fix(selectrum): Apply changes from minad's review
selectrum-fix-minibuffer-height has been deprecated.

The selectrum-refine-candidates-function should not be set. Only
selectrum-highlight-candidates-function is necessary in order to get
highlighting, when orderless-skip-highlighting is set.

Co-authored-by: minad <mail+gh@daniel-mendler.de>
2021-07-25 02:49:40 +03:00
..
autoload feat(selectrum): Add +selectrum/search-symbol-at-point 2021-07-25 02:49:40 +03:00
config.el fix(selectrum): Apply changes from minad's review 2021-07-25 02:49:40 +03:00
packages.el Bump :completion selectrum 2021-07-25 02:49:40 +03:00
README.org docs(selectrum): Init README 2021-07-25 02:49:40 +03:00
TODO.org Update modules/completion/selectrum/TODO.org 2021-07-25 02:49:40 +03:00

completion/selectrum

Description

This module provides Selectrum integration for a variety of Emacs commands, as well as a unified interface for project search and replace, powered by ripgrep.

TODO

Module Flags

  • +prescient Enables prescient filtering and sorting for Selectrum searches.
  • +orderless Enables orderless filtering for Selectrum searches.

Plugins

selectrum consult embark embark-consult marginalia prescient* (+prescient) orderless* (+orderless) consult-flycheck (:checkers syntax)

Prerequisites

This module has no prerequisites.