Skip to content

Commit

Permalink
config(corfu): use default auto delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Walheimat committed May 9, 2024
1 parent 5658063 commit 1790f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wal-complete.org
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Complete commands and code.
(declare-function consult-org-agenda "ext:consult.el")
(declare-function consult-org-heading "ext:consult.el")
(declare-function corfu-complete "ext:corfu.el")
(declare-function corfu-mode "ext:corfu.el")
(declare-function junk--stringify "ext:junk.el")
(declare-function junk--parts "ext:junk.el")
(declare-function org-clock-in "ext:org-clock.el")
Expand Down Expand Up @@ -89,7 +90,6 @@ makes sense.
:custom
(corfu-cycle t)
(corfu-auto t)
(corfu-auto-delay 2)

:wal-bind
(("." . completion-at-point)
Expand Down

0 comments on commit 1790f2d

Please sign in to comment.