wasamasa / eyebrowse

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

modeline indicator duplicated after loading themes #29

Closed xoich closed 9 years ago

xoich commented 9 years ago

I use fedora 21, with emacs 24.4.1(from fedora repository) and i3 as a window manager.

This is what happens: http://i.imgur.com/cjfpdEb.png (it keeps duplicating itself everytime you load a theme)

wasamasa commented 9 years ago

Apparently it's possible to add another indicator (and re-initialize) by enabling the mode non-interactively since its code does not check whether an indicator was already present. I could fix this, however this leaves the question how you were able to do that by merely loading a theme.

wasamasa commented 9 years ago

Please confirm and close this ticket if this change fixes your specific problem.