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

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

[elpa] externals/nano-modeline 1bc490530f 1/2: Moved mu4e dashboard afte


From: ELPA Syncer
Subject: [elpa] externals/nano-modeline 1bc490530f 1/2: Moved mu4e dashboard after mu4e (else it takes precedence)
Date: Sun, 15 May 2022 02:57:41 -0400 (EDT)

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

    Moved mu4e dashboard after mu4e (else it takes precedence)
---
 nano-modeline.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nano-modeline.el b/nano-modeline.el
index 7f9efeed54..141ff6c5ae 100644
--- a/nano-modeline.el
+++ b/nano-modeline.el
@@ -223,9 +223,6 @@ This is useful (aesthetically) if the face of prefix uses a 
different background
     (prog-mode              :mode-p nano-modeline-prog-mode-p
                             :format nano-modeline-prog-mode
                             :icon "") ;; nerd-font / oct-file-code
-    (mu4e-dashboard-mode    :mode-p nano-modeline-mu4e-dashboard-mode-p
-                            :format nano-modeline-mu4e-dashboard-mode
-                            :icon "") ;; nerd-font / oct-inbox
     (mu4e-compose-mode      :mode-p nano-modeline-mu4e-compose-mode-p
                             :format nano-modeline-mu4e-compose-mode
                             :icon "") ;; nerd-font / oct-pencil
@@ -241,6 +238,9 @@ This is useful (aesthetically) if the face of prefix uses a 
different background
     (mu4e-view-mode         :mode-p nano-modeline-mu4e-view-mode-p
                             :format nano-modeline-mu4e-view-mode
                             :icon "") ;; nerd-font / oct-comment
+    (mu4e-dashboard-mode    :mode-p nano-modeline-mu4e-dashboard-mode-p
+                            :format nano-modeline-mu4e-dashboard-mode
+                            :icon "") ;; nerd-font / oct-inbox
     (messages-mode          :mode-p nano-modeline-messages-mode-p
                             :format nano-modeline-messages-mode
                             :icon "") ;; nerd-font / oct-comment



reply via email to

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