Mu4e: rename my-mu4e-* function to +mu4e-*

This commit is contained in:
TEC 2020-10-04 01:02:43 +08:00
parent 79f8107e43
commit d926ecd274
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C
2 changed files with 2 additions and 2 deletions

View file

@ -172,7 +172,7 @@
:v "u" #'mu4e-headers-mark-for-unmark
:vn "l" #'mu4e-msg-to-agenda))
(add-hook 'mu4e-compose-pre-hook 'my-mu4e-set-account)
(add-hook 'mu4e-compose-pre-hook '+mu4e-set-account)
(advice-add #'mu4e~main-action-str :override #'mu4e~main-action-prettier-str))