branch: elpa/telephone-line
commit 706cedb35332f88a52f5217eb24edd3660953d51
Merge: 408e05e105 3a6c433348
Author: Daniel Bordak <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #109 from endoffile78/circe
    
    Add support for circe
---
 telephone-line-segments.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/telephone-line-segments.el b/telephone-line-segments.el
index 713eeff0dd..e7035c188a 100644
--- a/telephone-line-segments.el
+++ b/telephone-line-segments.el
@@ -186,6 +186,10 @@ If it doesn't exist, create and cache it."
   (when (boundp 'erc-modified-channels-object)
     (string-trim erc-modified-channels-object)))
 
+(telephone-line-defsegment telephone-line-tracking-segment ()
+  (when (boundp 'tracking-mode-line-buffers)
+    tracking-mode-line-buffers))
+
 (telephone-line-defsegment telephone-line-window-number-segment (&optional 
in-unicode)
   (when (bound-and-true-p winum-mode)
     (if in-unicode

Reply via email to