You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If (mini-modeline-mode t) is activated in init.el then the mode is started as expected,
however, the mini-modeline-display-gui-line is not activated after emacs client has been started, i.e. the frame has been created.
Expected behavior:
Regardless, whether emacs is started in normal mode or in server/client mode, mini-modeline-display-gui-line should be active, is set accordingly in init.el.
See #37. I don’t know if there is much emacs can do when starting in server mode (with no gui-frames launched?). I suppose your code could be added to the mode definition, making it much more complicated. Otherwise a note in the readme could be an idea?
Observed behavior:
In emacs server/client mode:
If
(mini-modeline-mode t)
is activated in init.el then the mode is started as expected,however, the mini-modeline-display-gui-line is not activated after emacs client has been started, i.e. the frame has been created.
Expected behavior:
Regardless, whether emacs is started in normal mode or in server/client mode, mini-modeline-display-gui-line should be active, is set accordingly in init.el.
Mitigation:
However, I feel, this is not as clean is it could be...
The text was updated successfully, but these errors were encountered: