🔧 (org-mime) Enable automatic htmlize at work
All checks were successful
Publish / publish (push) Successful in 11s
All checks were successful
Publish / publish (push) Successful in 11s
This commit is contained in:
parent
0c8e31e912
commit
e89fbd36a5
1 changed files with 4 additions and 0 deletions
|
@ -2788,6 +2788,10 @@ The [[https://github.com/org-mime/org-mime][org-mime]] package thankfully allows
|
||||||
(setq org-mime-export-options '(:section-numbers nil
|
(setq org-mime-export-options '(:section-numbers nil
|
||||||
:with-author nil
|
:with-author nil
|
||||||
:with-toc nil))
|
:with-toc nil))
|
||||||
|
(defun my/org-mime-htmlize ()
|
||||||
|
(when mmk2410/work
|
||||||
|
(org-mime-htmlize)))
|
||||||
|
:hook (message-send . my/org-mime-htmlize))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Mu4e displays a message in the minibuffer after refreshing. And since I run mbsync and mu index (through emacsclient) automatically every few minutes these messages can get quite distracting. Luckily mu4e provides an option to disable these index messages.
|
Mu4e displays a message in the minibuffer after refreshing. And since I run mbsync and mu index (through emacsclient) automatically every few minutes these messages can get quite distracting. Luckily mu4e provides an option to disable these index messages.
|
||||||
|
|
Loading…
Add table
Reference in a new issue