diff --git a/modules/editor/file-templates/templates/org-mode/__doom-readme b/modules/editor/file-templates/templates/org-mode/__doom-readme index 56a1f25a8..695067459 100644 --- a/modules/editor/file-templates/templates/org-mode/__doom-readme +++ b/modules/editor/file-templates/templates/org-mode/__doom-readme @@ -7,7 +7,7 @@ (match-string 2 buffer-file-name)) "")`} #+DATE: `(format (format-time-string "%B %%s, %Y") (string-to-number (format-time-string "%d")))` -#+SINCE: ${2:{replace with next tagged release version}} +#+SINCE: ${2:} #+STARTUP: inlineimages nofold * Table of Contents :TOC_3:noexport: diff --git a/modules/email/mu4e/config.el b/modules/email/mu4e/config.el index 3bdb86efa..cfd43a3a7 100644 --- a/modules/email/mu4e/config.el +++ b/modules/email/mu4e/config.el @@ -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)) ;;