Skip to content

Commit

Permalink
fix to org-msg #200
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilve24 committed Dec 4, 2024
1 parent e0c48f5 commit cec2eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions email.el
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cec2eee

Please sign in to comment.