wasamasa / eyebrowse

A simple-minded way of managing window configs in emacs
GNU General Public License v3.0
437 stars 24 forks source link

add eyebrowse-indicator-position customizable #83

Closed 4DA closed 6 years ago

4DA commented 6 years ago

when customizable has 'start value, modeline indicator is placed to the beginning.

when it has 'misc-info' it will be placed in misc-info of modeline (by default)

wasamasa commented 6 years ago

Sorry, but no. It's error-prone for an Emacs package to ensure something comes first in the mode line because many packages fight over it. I've intentionally picked mode-line-misc-info as it's far less crowded. If you want to place things in the beginning, you're best off customizing mode-line-format yourself (or using someone else's modeline code, really).

4DA commented 6 years ago

How can i insert eyebrowse indicator to the beginning in any way other than touching eyebrowse code?

wasamasa commented 6 years ago

Use setq-default on mode-line-format.