1

Fix corfu-terminal enabling for server sessions

This commit is contained in:
Jessie Hildebrandt 2022-12-29 23:42:19 -05:00
parent 32a52baa50
commit d5739face7

View File

@ -948,7 +948,8 @@ DOCSTRING is an optional form that is discarded upon expansion."
(external-package corfu-terminal (external-package corfu-terminal
"Allows Corfu to function when not running in a graphical frame." "Allows Corfu to function when not running in a graphical frame."
:when :when
(not (display-graphic-p)) (not (or (daemonp)
(display-graphic-p)))
:config :config
(corfu-terminal-mode)) (corfu-terminal-mode))