mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -192,7 +192,6 @@ See `+corfu-want-minibuffer-completion'."
|
|||||||
|
|
||||||
(use-package! corfu-terminal
|
(use-package! corfu-terminal
|
||||||
:when (modulep! :os tty)
|
:when (modulep! :os tty)
|
||||||
:when (not (display-graphic-p))
|
|
||||||
:hook ((corfu-mode . corfu-terminal-mode)))
|
:hook ((corfu-mode . corfu-terminal-mode)))
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user