Add reddit readers to emacs

This commit is contained in:
Peter Selby 2021-05-01 09:50:27 -07:00
parent 114bc79d43
commit b0c915b1ab

View File

@ -14,10 +14,9 @@
(package! edit-server)
(package! ivy-prescient)
(package! ace-jump-mode)
(package! elpher
:recipe (:repo "git://thelambdalab.xyz/elpher.git"
:branch "master"))
(package! elpher)
(package! md4rd)
(package! reddigg)
;; To install a package directly from a remote git repo, you must specify a
;; `:recipe'. You'll find documentation on what `:recipe' accepts here: