mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -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 "b9b5b4ee9469969db9f150911d93b96fe84080d1"))
|
|
|
|
(package! mu4e-alert :pin "91f0657c5b245a9de57aa38391221fb5d141d9bd")
|
|
|
|
(package! mu4e-thread-folding :recipe (:host github :repo "rougier/mu4e-thread-folding")
|
|
:pin "56bb25a1addba4c6ed79c4e5d1a580d80cc698f2")
|