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

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

[elpa] externals/nano-modeline d0ece2b 08/25: Update elfeed mode (post v


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline d0ece2b 08/25: Update elfeed mode (post view)
Date: Thu, 23 Dec 2021 12:57:29 -0500 (EST)

branch: externals/nano-modeline
commit d0ece2b084ff568a0a6443a91ec2150e7a9966cd
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Update elfeed mode (post view)
---
 nano-modeline.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index 70d332a..861314b 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -313,8 +313,9 @@ Modeline is composed as:
          (feed         (elfeed-entry-feed elfeed-show-entry))
          (feed-title   (plist-get (elfeed-feed-meta feed) :title))
          (entry-author (elfeed-meta elfeed-show-entry :author)))
-    (nano-modeline-compose (nano-modeline-status)
-                           (nano-modeline-truncate title 40)
+    (nano-modeline-render "POST"
+                          title
+                          ;;(nano-modeline-truncate title 40)
                            (concat "(" tags-str ")")
                            feed-title)))
 



reply via email to

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