-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
I usually use Emacs by starting a daemon that I leave running and then connect to it in graphical mode with emacsclient -c. This doesn't seem to work well with Radian.
When starting the daemon, display-graphic-p is nil, so the toolbar and other UI elements are not disabled and will show in the clients. The zerodark theme also uses fallback colours because it sees that the daemon doesn't have true colour support although this wouldn't be an issue in the clients.
Is there a way to better support this workflow in Radian?