branch: elpa/corfu-terminal commit 6b185f18a078ac5e7d522eb77198599a6ea038c8 Author: Peter Oliver <g...@mavit.org.uk> Commit: Peter Oliver <g...@mavit.org.uk>
Require a recent version of corfu I found that with recent `corfu-terminal` but an old `corfu`, I got an error about `corfu-terminal--popup-support-p` not being a function. --- corfu-terminal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu-terminal.el b/corfu-terminal.el index 3ee19d2556..58c7cf174a 100644 --- a/corfu-terminal.el +++ b/corfu-terminal.el @@ -5,7 +5,7 @@ ;; Author: Akib Azmain Turja <a...@disroot.org> ;; Created: 2022-04-11 ;; Version: 0.5 -;; Package-Requires: ((emacs "26.1") (corfu "0.24") (popon "0.1")) +;; Package-Requires: ((emacs "26.1") (corfu "0.35") (popon "0.1")) ;; Keywords: convenience ;; Homepage: https://codeberg.org/akib/emacs-corfu-terminal