Add and configure the corfu package

This commit is contained in:
Gergely Polonkai 2023-10-20 11:54:55 +02:00
parent 4d59042b60
commit 5b0156d951
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 11 additions and 0 deletions

View File

@ -2084,6 +2084,17 @@ It also provides some nice commands to navigate between change sets.
("p" . consult-projectile-switch-project)))
#+end_src
** ~corfu~
#+begin_src emacs-lisp
(use-package corfu
:init
(global-corfu-mode)
:custom
(corfu-cycle t)
(corfu-separator ?\s))
#+end_src
* Org mode
** ~outline~