mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
jeremy-compostella/org-msg@bb378c79 -> jeremy-compostella/org-msg@89e746c Update to v3.3 of org-msg introduces ">" quotes and styling. The styling has been copied over, but the palette tweaked.
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 "89e746c0a864031eef940758230bc7263a6f2289"))
|
|
|
|
(package! mu4e-alert :pin "91f0657c5b245a9de57aa38391221fb5d141d9bd")
|