mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
7 lines
218 B
EmacsLisp
7 lines
218 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; app/rss/packages.el
|
|
|
|
(package! elfeed :pin "e29c8b91450bd42d90041231f769c4e5fe5070da")
|
|
(when (featurep! +org)
|
|
(package! elfeed-org :pin "77b6bbf222487809813de260447d31c4c59902c9"))
|