fix(corfu): corfu-terminal for daemon users

Since this package disables no-op's itself when not in the terminal,
it's safe to keep on in GUI sessions.
This commit is contained in:
Henrik Lissner
2025-03-31 02:47:38 -04:00
parent 67933f9f62
commit f3165c1c5b

View File

@ -192,7 +192,6 @@ See `+corfu-want-minibuffer-completion'."
(use-package! corfu-terminal
:when (modulep! :os tty)
:when (not (display-graphic-p))
:hook ((corfu-mode . corfu-terminal-mode)))