branch: externals/nano-modeline commit 1bc490530f63974cceef47cfeca36147934bde79 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@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