diff --git a/config_new.org b/config_new.org index a070af1..3b57a67 100644 --- a/config_new.org +++ b/config_new.org @@ -346,9 +346,9 @@ Make cursor the width of the character it is under f.e. full width of a tab. #+BEGIN_SRC emacs-lisp (use-package corfu ;; Optional customizations - ;; :custom - ;; (corfu-cycle t) ;; Enable cycling for `corfu-next/previous' - ;; (corfu-auto t) ;; Enable auto completion + :custom + (corfu-cycle t) ;; Enable cycling for `corfu-next/previous' + (corfu-auto t) ;; Enable auto completion ;; (corfu-separator ?\s) ;; Orderless field separator ;; (corfu-quit-at-boundary nil) ;; Never quit at completion boundary ;; (corfu-quit-no-match nil) ;; Never quit, even if there is no match