Optional window-divider trigger?
I recently stumbled upon: https://github.com/eki3z/mini-echo.el/blob/a604f1c6630452e99a18a61586cc984822550985/mini-echo.el#L280-L289 and thought I should ask, is there a chance that this can become an optional change where the user can choose to enable/disable the presence of window-dividers in their config instead of hard-coding it to show the window dividers?
Kind regards!
without windows divider, how do you distinguish between different windows? You can override this function to do nothing for now.
Well, I do use window-divider but my question was why mini-echo was supposed to trigger it if it was intended to be used as a modeline replacement. I might've misunderstood the intentions of it. 🤷