From 5b0156d9511cf794e91947b0b67b87ea7f105d2b Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 20 Oct 2023 11:54:55 +0200 Subject: [PATCH] Add and configure the corfu package --- configuration.org | 11 +++++++++++ 1 file changed, 11 insertions(+) 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~