dbordak / telephone-line

A new implementation of Powerline for Emacs
GNU General Public License v3.0
550 stars 51 forks source link

Telephone-line: use minions for minor-modes #90

Closed sebasmonia closed 5 years ago

sebasmonia commented 5 years ago

I'll be honest I'm not entirely sure this is a bug or it just needs a different (new) segment, but telephone-line-minor-mode-segment shows the entire list even when minions-mode is active.

dbordak commented 5 years ago

yea, minions is implemented with a new variable, so it needs a new segment. Shouldn't be too hard, at least :P

sebasmonia commented 5 years ago

Looks like I need a new segment that displays the value of minions-mode-line-modes, as per the description in https://github.com/tarsius/minions/wiki.

I'm on mobile right now but will try that tomorrow. Thank you!

sebasmonia commented 5 years ago

Not a telephone-line issue. Couldn't get to create a segment yet but if I do, I will share it here/submit a PR.

dbordak commented 5 years ago

Nah, issues are for feature requests, too!

dbordak commented 5 years ago

Fixed by #92