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