From e2b696003405e0c8df07c375d1d8abe4d1ca38bd Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Tue, 6 Jun 2023 13:26:20 -0800 Subject: [PATCH] corfu: disable scroll margin (prev commit) --- lisp/mitch-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 7bd7d08..d2ffd19 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -774,7 +774,6 @@ Return nil if DIR is not in a hugo project at all." (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 @@ -782,6 +781,7 @@ Return nil if DIR is not in a hugo project at all." ;; (corfu-auto-prefix 2) ;; (corfu-separator ?-) ;; Orderless field separator ;; (corfu-quit-at-boundary 'separator) ;; Never quit at completion boundary + ;; (corfu-scroll-margin 5) (tab-always-indent 'complete) (tooltip-delay 0.01) (use-system-tooltips nil)