diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index f40ee60..7bd7d08 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -770,18 +770,18 @@ Return nil if DIR is not in a hugo project at all." :elpaca (:files (:defaults "extensions/*.el")) ;; :if (display-graphic-p) ; breaks in emacsclient :custom - (corfu-cycle t) ;; Enable cycling for `corfu-next/previous' - (corfu-auto t) ;; Enable auto completion - (corfu-auto-delay 1.5) - (corfu-auto-prefix 2) - (corfu-separator ?-) ;; Orderless field separator - (corfu-quit-at-boundary 'separator) ;; Never quit at completion boundary (corfu-quit-no-match 'separator) ;; Never quit, even if there is no match (corfu-preview-current nil) ;; Disable current candidate preview (corfu-preselect-first nil) ;; Disable candidate preselection (corfu-on-exact-match nil) ;; Configure handling of exact matches (corfu-scroll-margin 5) ;; Use scroll margin (completion-cycle-threshold 0) + ;; (corfu-cycle t) ;; Enable cycling for `corfu-next/previous' + ;; (corfu-auto t) ;; Enable auto completion + ;; (corfu-auto-delay 1.5) + ;; (corfu-auto-prefix 2) + ;; (corfu-separator ?-) ;; Orderless field separator + ;; (corfu-quit-at-boundary 'separator) ;; Never quit at completion boundary (tab-always-indent 'complete) (tooltip-delay 0.01) (use-system-tooltips nil)