mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
11 lines
364 B
EmacsLisp
11 lines
364 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; email/mu4e/packages.el
|
|
|
|
(when (featurep! +org)
|
|
(package! org-msg :pin "89e746c0a864031eef940758230bc7263a6f2289"))
|
|
|
|
(package! mu4e-alert :pin "91f0657c5b245a9de57aa38391221fb5d141d9bd")
|
|
|
|
(package! mu4e-thread-folding :recipe (:host github :repo "rougier/mu4e-thread-folding")
|
|
:pin "56bb25a1addba4c6ed79c4e5d1a580d80cc698f2")
|