diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-11-11 16:59:11 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-11-11 16:59:11 +0100 |
| commit | 7e9a2439487f0a488e3f1670c913480b33863a31 (patch) | |
| tree | 2f7e2a2cd474b084757bad692511e8a5df230191 | |
| parent | c562be47b69f29b338e76d7e2fcfca68282fb88f (diff) | |
Suggest tty-child-frames
| -rw-r--r-- | corfu.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1509,7 +1509,7 @@ The ORIG function takes the FUN and WHICH arguments." (with-eval-after-load 'corfu-terminal (when (featurep 'tty-child-frames) - (warn "`corfu-terminal' is unnecessary since `tty-child-frames' are supported"))) + (display-warning 'corfu "Suggestion: Try `tty-child-frames' instead of `corfu-terminal' on Emacs 31"))) (provide 'corfu) ;;; corfu.el ends here |
