Add and configure the corfu package
This commit is contained in:
parent
4d59042b60
commit
5b0156d951
@ -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~
|
||||
|
Loading…
Reference in New Issue
Block a user