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
I've tried hacking this in myself, e.g. in Doom Emacs with (package! doom-modeline) (and without the modeline module), I attempted to first make a setup with a headerline and no modeline:
which kind of works but doesn't react to things like my recording evil macros or generally anything hook-dependent, I guess. I'm very new to Emacs so I'm not sure how to work with advice and such.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
doom-modeline is designed for beautifying the mode-line, while not header-line. I don't know what do you want to do exactly? Maybe you can provide some examples.
Well, since the formats of mode-line and header-line are the same, you are definitely able to define the mode-line and set to the header-line, including recording evil macros or something like that. e.g. (setq-default header-line-format (doom-modeline-set-main-modeline)). What you need to do is defining the segment and modeline.
I've put a few static (i.e. not reacting to things like changes of Evil state) segments in my header-line: date, time, and currently playing (using libmpdel).
Describe the solution you'd like
Something like:
Describe alternatives you've considered
I've tried hacking this in myself, e.g. in Doom Emacs with
(package! doom-modeline)
(and without themodeline
module), I attempted to first make a setup with a headerline and no modeline:which kind of works but doesn't react to things like my recording evil macros or generally anything hook-dependent, I guess. I'm very new to Emacs so I'm not sure how to work with advice and such.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: