From 117600ef2050dc53abcee95d6b7985dd739efa4c Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 10 Nov 2023 16:34:50 +0200 Subject: [PATCH] mu4e-main: cosmetics / docs --- mu4e/mu4e-main.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mu4e/mu4e-main.el b/mu4e/mu4e-main.el index 6720317d..ffe22a58 100644 --- a/mu4e/mu4e-main.el +++ b/mu4e/mu4e-main.el @@ -146,8 +146,7 @@ the personal addresses." mu4e--search-menu-items '( "--" - ["Quit" mu4e-quit :help "Quit mu4e"] - ))) + ["Quit" mu4e-quit :help "Quit mu4e"]))) (declare-function mu4e--server-bookmarks-queries "mu4e") @@ -165,9 +164,11 @@ keybindings must be known when this happens. Binding the existing bindings (such as \='s') to different functions, is *not* really supported, and we still display the -default binding fo*r the original function; which should still do -the reasonable thing in most cases. Still, such a rebinding -*only* affects the key, and not e.g. the mouse-bindings." +default binding for the original function; which should still do +the reasonable thing in most cases. + +Still, such a rebinding *only* affects the key, and not e.g. the +mouse-bindings." (setq truncate-lines t overwrite-mode 'overwrite-mode-binary) (mu4e-context-minor-mode)