Skip to content

Commit

Permalink
tweak(mu4e): replace :commands with :functions
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 26, 2023
1 parent 1ab081d commit bd327ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/me-email.el
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
(use-package mu4e
:when +mu4e-available-p
:load-path +mu4e-load-path
:commands mu4e-compose-new mu4e--start
:commands mu4e-compose-new
:functions mu4e--start
:hook (mu4e-headers-mode . (lambda ()
(visual-line-mode -1)
(display-line-numbers-mode -1)))
Expand Down

0 comments on commit bd327ba

Please sign in to comment.