From 45bf5ca9f1ab4fcec6388ba9624e6eac719e0b24 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 17 Apr 2021 02:41:57 +0100 Subject: nits --- completion.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'completion.org') diff --git a/completion.org b/completion.org index d195d93..dc8e959 100644 --- a/completion.org +++ b/completion.org @@ -22,12 +22,13 @@ :init (setq tab-always-indent 'complete completion-styles '(orderless) + completion-cycle-threshold 3 corfu-cycle t) ;; Optionally use TAB for cycling, default is `corfu-complete'. - :bind (:map corfu-map - ("TAB" . corfu-next) - ("S-TAB" . corfu-previous)) + ;; :bind (:map corfu-map + ;; ("TAB" . corfu-next) + ;; ("S-TAB" . corfu-previous)) :hook ((eshell-mode . corfu-mode) (haskell-interactive-mode . corfu-mode) -- cgit v1.2.3