-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
tracking.el should support powerline #137
Comments
Is this something I could help with? I don't use circe, but I use weechat-el, which uses tracking.el. I also use Spacemacs which uses Powerline. So getting this to support Powerline would be useful for me. Is it just the definition of the minor mode that needs changed, in the case of powerline being active, adding the information to I'll ping you on IRC, I'm Nafai on #emacs. |
Thanks for the offer! The current setting of |
When the Powerline package is used, instead of modifying the `mode-line-format', the mode-line needs to be updated in `global-mode-string'. Updated the documentation for tracking-position to indicate this behavior. Fixes emacs-circe#137.
When the Powerline package is used, instead of modifying the `mode-line-format', the mode-line needs to be updated in `global-mode-string'. Updated the documentation for tracking-position to indicate this behavior. Fixes emacs-circe#137.
When the Powerline package is used, instead of modifying the `mode-line-format', the mode-line needs to be updated in `global-mode-string'. Updated the documentation for tracking-position to indicate this behavior. Fixes emacs-circe#137.
👍 to this! travis if you need anything I could help out with this as well. |
Hm. I guess this is blocked by no good way of detecting whether powerline is active or not? Can you do a workaround by either checking if |
The latter sounds better to me as I happen to have |
When the powerline extension is used, tracking.el's notifications are not shown. It should have the option to add itself to
global-mode-string
for this case.The text was updated successfully, but these errors were encountered: