summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--corfu.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/corfu.el b/corfu.el
index f1b61af..123d6b2 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1507,5 +1507,9 @@ The ORIG function takes the FUN and WHICH arguments."
:before-while #'corfu--eldoc-advice)
(eldoc-add-command #'corfu-complete #'corfu-insert #'corfu-expand #'corfu-send)
+(with-eval-after-load 'corfu-terminal
+ (when (featurep 'tty-child-frames)
+ (warn "`corfu-terminal' is unnecessary since `tty-child-frames' are supported")))
+
(provide 'corfu)
;;; corfu.el ends here