mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-09 08:11:12 -07:00
emacs-straight/use-package@039b721a4d -> emacs-straight/use-package@4090d3267f emacsmirror/undo-fu-session@34ae31308d -> emacsmirror/undo-fu-session@92d733a5b1 https://git.notmuchmail.org/git/notmuch@5c921b6c0b2d -> https://git.notmuchmail.org/git/notmuch@73746c0eb3a0 https://git.savannah.gnu.org/git/emms.git@1d48a1133db2 -> https://git.savannah.gnu.org/git/emms.git@002a8db0913c https://github.com/emacs-tree-sitter/treesit-fold@c5f0a95550d1 -> https://github.com/emacs-tree-sitter/treesit-fold@d70c5f7240a8 jeremy-compostella/org-msg@327768e2c3 -> jeremy-compostella/org-msg@aa608b3995 juliapath/evil-numbers@e7adac70a0 -> juliapath/evil-numbers@616aff9e5c kidd/org-gcal.el@36cbdb453d -> kidd/org-gcal.el@0f46c08f60 radian-software/apheleia@143c1dffed -> radian-software/apheleia@2bc2bb4cc2 skeeto/elfeed@66cfe43dfc -> skeeto/elfeed@bbb3cac27b tumashu/posframe@4fc893c3c9 -> tumashu/posframe@3a80911b2f
8 lines
279 B
EmacsLisp
8 lines
279 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; email/mu4e/packages.el
|
|
|
|
(package! mu4e-compat
|
|
:recipe (:host github :repo "tecosaur/mu4e-compat")
|
|
:pin "a33345cb8ef83554f01510bbc8f5c7323713aa8d")
|
|
(when (modulep! +org)
|
|
(package! org-msg :pin "aa608b399586fb771ad37045a837f8286a0b6124"))
|