Skip to content

Commit

Permalink
feat(email): add org-mime
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 10, 2023
1 parent 392fdd8 commit bb7a610
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/me-email.el
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,18 @@
"p" #'org-msg-preview)
(org-msg-mode 1))

(use-package org-mime
:straight t
:after mu4e org
:demand t
:config
;; Do not export table of contents nor author name
(setq org-mime-export-options
'(:with-latex dvipng
:section-numbers t
:with-author nil
:with-toc nil)))

(use-package mu4e-alert
:straight t
:after mu4e
Expand Down

0 comments on commit bb7a610

Please sign in to comment.