mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: do not limit corfu to prot-emacs-completion-ui of vertico
That was a mistake on my part.
This commit is contained in:
parent
189df059a6
commit
27ebe1670b
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue