From cec2eee7df84e4d0269cca0736654e162660535e Mon Sep 17 00:00:00 2001 From: Justin Silverman Date: Wed, 4 Dec 2024 14:23:27 -0500 Subject: [PATCH] fix to org-msg #200 https://github.com/jeremy-compostella/org-msg/issues/200 --- email.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/email.el b/email.el index 68e10d5..dcc7162 100644 --- a/email.el +++ b/email.el @@ -195,10 +195,10 @@ ;;; setup org-msg (use-package org-msg - ;; :straight t - :straight (:type git :host github :repo "jeremy-compostella/org-msg" :branch "master") + ;; TODO Forked due to this issue https://github.com/jeremy-compostella/org-msg/issues/200 + :straight (:type git :host github :repo "jeremy-compostella/org-msg" :branch "master" :fork t) :after mu4e - :disabled t + ;; :disabled t :config (setq org-msg-options "html-postamble:nil num:nil ^:{} toc:nil author:nil email:nil \\n:t tex:dvipng eval:nil"