emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/telephone-line 706cedb353 174/195: Merge pull request #109


From: ELPA Syncer
Subject: [nongnu] elpa/telephone-line 706cedb353 174/195: Merge pull request #109 from endoffile78/circe
Date: Wed, 5 Jan 2022 02:59:55 -0500 (EST)

branch: elpa/telephone-line
commit 706cedb35332f88a52f5217eb24edd3660953d51
Merge: 408e05e105 3a6c433348
Author: Daniel Bordak <dbordak@fastmail.fm>
Commit: GitHub <noreply@github.com>

    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

[Prev in Thread] Current Thread [Next in Thread]