summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
Diffstat (limited to 'completion.org')
-rw-r--r--completion.org7
1 files changed, 4 insertions, 3 deletions
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)