Mu4e: Feature gate org-msg package
This commit is contained in:
parent
0f7800b9d1
commit
a29704a194
2 changed files with 9 additions and 8 deletions
|
@ -105,13 +105,13 @@
|
|||
:desc "save draft" "S" #'message-dont-send
|
||||
:desc "attach" "a" #'mail-add-attachment))
|
||||
|
||||
|
||||
(use-package! org-msg
|
||||
:hook (mu4e-compose-pre . org-msg-mode)
|
||||
:config
|
||||
(setq org-msg-startup "inlineimages"
|
||||
org-msg-greeting-name-limit 3
|
||||
org-msg-text-plain-alternative t))
|
||||
(when (featurep! :lang org)
|
||||
(use-package! org-msg
|
||||
:hook (org-load . org-msg-mode)
|
||||
:config
|
||||
(setq org-msg-startup "inlineimages"
|
||||
org-msg-greeting-name-limit 3
|
||||
org-msg-text-plain-alternative t)))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; email/mu4e/packages.el
|
||||
|
||||
(package! org-msg :pin "2db6725c4a4f4342a9c61895b7c3c82795b01fee")
|
||||
(when (featurep! :lang org)
|
||||
(package! org-msg :pin "2db6725c4a4f4342a9c61895b7c3c82795b01fee"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue