Skip to content

Commit

Permalink
nit(mu4e): the mu4e command is already autoloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 10, 2023
1 parent 4033d75 commit 8fd5850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 mu4e--start mu4e
:commands mu4e-compose-new mu4e--start
:hook (mu4e-headers-mode . (lambda ()
(visual-line-mode -1)
(display-line-numbers-mode -1)))
Expand Down

0 comments on commit 8fd5850

Please sign in to comment.