Skip to content

Commit

Permalink
tweak(mu4e): disable the new mu4e-modeline-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 27, 2023
1 parent 56533ad commit e7af964
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/me-email.el
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
"d" #'message-kill-buffer
"S" #'message-dont-send)

;; Disable the new `mu4e-modeline-mode', `mu4e-alert' is much nicer.
(advice-add
'mu4e :after
(defun +mu4e--disable-modeline-mode-a (&rest _)
(mu4e-modeline-mode -1)))

;; No need to display a long list of my own addresses!
(setq mu4e-main-hide-personal-addresses t)

Expand Down

0 comments on commit e7af964

Please sign in to comment.