spacemacs/layers/+completion/compleseus
Arif Er 00f9ab19ac chore: update copyright headers to 2022
The script used to identify and update the change is added into the GitHub
workflows script directory. A workflow action can be created to trigger the
script to update the headers on the first of every new year. Possibly a task for
a consequent PR.
2022-06-03 17:32:20 +02:00
..
local/compleseus-spacemacs-help [compleseus] new completion layer consult embark orderless selectrum/vertico 2021-07-26 10:48:20 +02:00
README.org [bot] "documentation_updates" Tue Nov 2 22:01:23 UTC 2021 2021-11-02 23:04:42 +01:00
config.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00
funcs.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00
layers.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00
packages.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00

README.org

Compleseus layer

Description

This layer adds a new way of completion provided by the following core packages:

  • consult
  • embark
  • marginalia
  • orderless
  • selectrum or vertico

This is an WIP and only supports emacs 27 or later. Please contribute.

Features:

  • Same features as ivy or helm

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add compleseus to the existing dotspacemacs-configuration-layers list in this file.

Make sure that the other completion layers: helm and ivy are removed or commented out in the dotspacemacs-configuration-layers list. Or add compleseus below the other completion layers. Spacemacs uses the completion layer that's listed last.

Configuration

You can configure the completion engine by setting compleseus-engine to either vertico (default) or selectrum by editing the compleseus-engine variable like below to use selectrum as opposed to the default of vertico:

  (compleseus :variables
              compleseus-engine 'selectrum)

Key bindings

Key binding Description
M-o embark-action
C-r history