diff --git a/configuration.org b/configuration.org index 6f6c354..6761d04 100644 --- a/configuration.org +++ b/configuration.org @@ -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~