summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-09-04 18:35:46 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2024-09-04 18:35:46 +0200
commit0a616caedf10ebba812a87de3adacd24cd46522b (patch)
tree02dd2cc6b00c64a6193a3efd90fccc39ed8b7ec7
parent157b373abc791ee906a8b310c9d2730626a8d409 (diff)
corfu--minibuffer-on: Minor cleanup
-rw-r--r--corfu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/corfu.el b/corfu.el
index 9c0ba57..e96c569 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1386,7 +1386,7 @@ local `completion-at-point-functions'."
(defun corfu--minibuffer-on ()
"Enable `corfu-mode' in the minibuffer respecting `global-corfu-minibuffer'."
- (when (and global-corfu-minibuffer (not noninteractive) (minibufferp)
+ (when (and global-corfu-minibuffer (not noninteractive)
(if (functionp global-corfu-minibuffer)
(funcall global-corfu-minibuffer)
(local-variable-p 'completion-at-point-functions)))