When turning on zen-mode SPC t z the modeline disappears.
But I like the modeline, and I would like it to be shown in zen-mode. The only workaround I have found to make it appear while in zen-mode is to disable doom-modeline-mode and then re-enable it.
Is there a way to have it always enabled when switching to zen-mode?
It looks like it is defined in writeroom-mode.el This is what I found:
(defvar writeroom--mode-line-showing nil
"Flag indicating whether the original mode line is displayed.")
(make-variable-buffer-local 'writeroom--mode-line-showing)
I tried a few things, but I really don’t know how to counteract this.