mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-04-27 23:31:20 -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
9 lines
391 B
EmacsLisp
9 lines
391 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; app/rss/packages.el
|
|
|
|
(package! elfeed :pin "bbb3cac27b0412d80b327b5cfaab83683c96a2a1")
|
|
(package! elfeed-goodies :pin "544ef42ead011d960a0ad1c1d34df5d222461a6b")
|
|
(when (modulep! +org)
|
|
(package! elfeed-org :pin "34c0b4d758942822e01a5dbe66b236e49a960583"))
|
|
(when (modulep! +youtube)
|
|
(package! elfeed-tube :pin "99e55ac428dc50bff271575cffddc5060f22087d"))
|