Fix corfu-terminal enabling for server sessions
This commit is contained in:
parent
32a52baa50
commit
d5739face7
3
init.el
3
init.el
@ -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))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user