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

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

[elpa] externals/nano-modeline dfc9dda 19/25: Updated completion mode


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline dfc9dda 19/25: Updated completion mode
Date: Thu, 23 Dec 2021 12:57:32 -0500 (EST)

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

    Updated completion mode
---
 nano-modeline.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index 1aaf15a..e7f64ce 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -659,8 +659,10 @@ depending on the version of mu4e."
           (mode-name   (nano-modeline-mode-name))
           (position    (format-mode-line "%l:%c")))
 
-      (nano-modeline-compose (nano-modeline-status)
-                             buffer-name "" position)))
+      (nano-modeline-render "COMPLETION"
+                            buffer-name
+                            ""
+                            position)))
 
 ;; ---------------------------------------------------------------------
 (with-eval-after-load 'deft



reply via email to

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