emacs: do not limit corfu to prot-emacs-completion-ui of vertico

That was a mistake on my part.
This commit is contained in:
Protesilaos Stavrou 2026-03-21 10:21:41 +02:00
parent 189df059a6
commit 27ebe1670b
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 4 deletions

View file

@ -250,8 +250,7 @@ Development continues on GitHub with GitLab as a mirror."))
(remove-hook 'save-some-buffers-functions #'abbrev--possibly-save))
;;; Corfu (in-buffer completion popup)
(when (and (eq prot-emacs-completion-ui 'vertico)
prot-emacs-completion-extras
(when (and prot-emacs-completion-extras
prot-display-graphic-p)
(prot-emacs-configure
(prot-emacs-install corfu)

View file

@ -4752,8 +4752,7 @@ Also see [[#h:567bb00f-1d82-4746-93e5-e0f60721728a][the =prot-emacs-completion.e
#+begin_src emacs-lisp :tangle "prot-emacs-modules/prot-emacs-completion.el"
;;; Corfu (in-buffer completion popup)
(when (and (eq prot-emacs-completion-ui 'vertico)
prot-emacs-completion-extras
(when (and prot-emacs-completion-extras
prot-display-graphic-p)
(prot-emacs-configure
(prot-emacs-install corfu)