Skip to content

Commit

Permalink
mu4e-main: cosmetics / docs
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Nov 10, 2023
1 parent 2058f15 commit 117600e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions mu4e/mu4e-main.el
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand All @@ -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)
Expand Down

0 comments on commit 117600e

Please sign in to comment.