[compleseus] Fix some small typos

This commit is contained in:
Maxi Wolff 2021-11-02 22:40:48 +01:00
parent 89d3482503
commit 7ac303922e
No known key found for this signature in database
GPG Key ID: 2DD07025BFDBD89A
1 changed files with 6 additions and 3 deletions

View File

@ -33,12 +33,15 @@ commented out in the =dotspacemacs-configuration-layers= list. Or add
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 =selectrun as opposed to the default of =vertico=:
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=:
#+BEGIN_SRC emacs-lisp
(compleseus :variables compleseus-engine 'selectrum)
(compleseus :variables
compleseus-engine 'selectrum)
#+END_SRC
* Key bindings
| Key binding | Description |