summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--corfu.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/corfu.el b/corfu.el
index eb2d7a8..1feb814 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1193,8 +1193,7 @@ See `completion-in-region' for the arguments BEG, END, TABLE, PRED."
(when corfu--auto-timer
(cancel-timer corfu--auto-timer)
(setq corfu--auto-timer nil))
- (when (and (not completion-in-region-mode)
- (not defining-kbd-macro)
+ (when (and (not defining-kbd-macro)
(not buffer-read-only)
(corfu--match-symbol-p corfu-auto-commands this-command)
(corfu--popup-support-p))