mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
:when (modulep! :os tty)
|
||||
:when (not (display-graphic-p))
|
||||
:hook ((corfu-mode . corfu-terminal-mode)))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user