mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
jeremy-compostella/org-msg@2db6725 -> jeremy-compostella/org-msg@bb378c79 Also update `org-msg-text-plain-alternative` to new format
8 lines
223 B
EmacsLisp
8 lines
223 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; email/mu4e/packages.el
|
|
|
|
(when (featurep! +org)
|
|
(package! org-msg :pin "bb378c7942804b81ac9ddf4b14381cd9d84c993c"))
|
|
|
|
(package! mu4e-alert :pin "91f0657c5b245a9de57aa38391221fb5d141d9bd")
|