Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] web/email now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Plain Text by rogorido ( 12 years ago )
diff --git a/powerline.el b/powerline.el
index 93fe53d..fc2f8d6 100644
--- a/powerline.el
+++ b/powerline.el
@@ -518,6 +518,7 @@ install the memoized function over the original function."
 (defpowerline status      "%s")
 (defpowerline emacsclient mode-line-client)
 (defpowerline vc vc-mode)
+(defpowerline jabber jabber-activity-mode-string)
 
 (defpowerline percent-xpm (propertize "  "
                                       'display
@@ -540,6 +541,7 @@ install the memoized function over the original function."
                              (powerline-minor-modes    'left        powerline-color1  )
                              (powerline-narrow         'left        powerline-color1  powerline-color2  )
                              (powerline-vc             'center                        powerline-color2  )
+                             (powerline-jabber         'left    nil                    powerline-color2  )
                              (powerline-make-fill                                     powerline-color2  )
                              (powerline-row            'right       powerline-color1  powerline-color2  )
                              (powerline-make-text      ":"          powerline-color1  )

 

Revise this Paste

Your Name: Code Language: