summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2026-01-05 18:31:11 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2026-01-05 18:31:11 +0100
commit4a71080bd9b8cd9804a45c07129f0fb03c4ebdfc (patch)
treefcbeaca596006b3fdc03a5695621e1d347cd176b
parent7d6bd350603691657a5d64b37867408d3c03ffc6 (diff)
Reduce priority of corfu-auto--post-command
-rw-r--r--corfu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/corfu.el b/corfu.el
index d0ed415..12b2905 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1370,7 +1370,7 @@ Quit if no candidate is selected."
(corfu-mode
(when corfu-auto
(require 'corfu-auto)
- (add-hook 'post-command-hook 'corfu-auto--post-command 100 'local))
+ (add-hook 'post-command-hook 'corfu-auto--post-command 1 'local))
(setq-local completion-in-region-function #'corfu--in-region))
(t
(remove-hook 'post-command-hook 'corfu-auto--post-command 'local)