From c8fa26b07b7d9d0f0a659556fd829d35e50cdc5e Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Wed, 8 Jan 2025 21:48:49 +0100 Subject: [PATCH] feat(corfu): make execute complete --- config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.org b/config.org index 96cec6c..fa61c57 100644 --- a/config.org +++ b/config.org @@ -474,6 +474,9 @@ C-c C-c to apply." #+BEGIN_SRC emacs-lisp (use-package corfu ;; Optional customizations + :bind (:map corfu-map ("" . corfu-complete)) + :config + (setq tab-always-indent 'complete) :custom (corfu-cycle t) ;; Enable cycling for `corfu-next/previous' (corfu-auto t) ;; Enable auto completion