From 67db2ce0928188d36a3127f18e14f948aa96bf1e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 17 Dec 2022 15:53:07 +0200 Subject: [PATCH] mu4e-context: tweak minor mode --- mu4e/mu4e-context.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mu4e/mu4e-context.el b/mu4e/mu4e-context.el index 41fbb33b..fe661ecf 100644 --- a/mu4e/mu4e-context.el +++ b/mu4e/mu4e-context.el @@ -124,7 +124,7 @@ An empty string \"\" if there is none." "Switch to a context with NAME. Context must be part of `mu4e-contexts'; if NAME is nil, query user. -If the new context is the same and the current context, only +If the new context is the same as the current context, only switch (run associated functions) when prefix argument FORCE is non-nil." (interactive "P") @@ -226,11 +226,11 @@ global-mode-line." :global nil :init-value nil ;; disabled by default :group 'mu4e - :lighter "" :keymap (let ((map (make-sparse-keymap))) - (define-key map (kbd";") #'mu4e-context-switch) + (define-key map (kbd ";") #'mu4e-context-switch) map) + :lighter "" (mu4e-context-in-modeline)) ;;;