corfu: disable scroll margin (prev commit)

This commit is contained in:
MitchMarq42 2023-06-06 13:26:20 -08:00
parent 49d17e081c
commit e2b6960034

View File

@ -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-preview-current nil) ;; Disable current candidate preview
(corfu-preselect-first nil) ;; Disable candidate preselection (corfu-preselect-first nil) ;; Disable candidate preselection
(corfu-on-exact-match nil) ;; Configure handling of exact matches (corfu-on-exact-match nil) ;; Configure handling of exact matches
(corfu-scroll-margin 5) ;; Use scroll margin
(completion-cycle-threshold 0) (completion-cycle-threshold 0)
;; (corfu-cycle t) ;; Enable cycling for `corfu-next/previous' ;; (corfu-cycle t) ;; Enable cycling for `corfu-next/previous'
;; (corfu-auto t) ;; Enable auto completion ;; (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-auto-prefix 2)
;; (corfu-separator ?-) ;; Orderless field separator ;; (corfu-separator ?-) ;; Orderless field separator
;; (corfu-quit-at-boundary 'separator) ;; Never quit at completion boundary ;; (corfu-quit-at-boundary 'separator) ;; Never quit at completion boundary
;; (corfu-scroll-margin 5)
(tab-always-indent 'complete) (tab-always-indent 'complete)
(tooltip-delay 0.01) (tooltip-delay 0.01)
(use-system-tooltips nil) (use-system-tooltips nil)