Minor refactors

This commit is contained in:
Henrik Lissner 2020-04-26 02:33:37 -04:00
parent fe5e6fff9a
commit e1a9bf234f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 3 deletions

View file

@ -109,8 +109,7 @@
;; Only render to html once. If the first send fails for whatever reason,
;; org-mu4e would do so each time you try again.
(add-hook! 'message-send-hook
(setq-local org-mu4e-convert-to-html nil)))
(setq-hook! 'message-send-hook org-mu4e-convert-to-html nil))
;;