Skip to content

Commit

Permalink
fix(mu4e): fix keybindings when mu4e is not auto-started
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 26, 2023
1 parent bd327ba commit f4c41db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions modules/me-email.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
(use-package mu4e
:when +mu4e-available-p
:load-path +mu4e-load-path
:commands mu4e-compose-new
:commands mu4e-compose-new mu4e
:functions mu4e--start
:hook (mu4e-headers-mode . (lambda ()
(visual-line-mode -1)
Expand All @@ -35,6 +35,7 @@
"Automatically start `mu4e' in background in `me-daemon'."
:group 'minemacs-mu4e
:type 'boolean)
(+map! "om" (+def-dedicated-tab! mu4e :exit-func mu4e-quit))
:custom
(mu4e-confirm-quit t)
(mu4e-search-results-limit 1000)
Expand Down Expand Up @@ -125,8 +126,6 @@
(use-package me-mu4e-extras
:after mu4e
:demand t
:init
(+map! "om" (+def-dedicated-tab! mu4e :exit-func mu4e-quit))
:config
;; Enable MinEmacs's mu4e extra features, including:
;; - Auto BCC the `+mu4e-auto-bcc-address';
Expand Down

0 comments on commit f4c41db

Please sign in to comment.