lang/org: don't conditionally install org-yt

Forgot to update packages.el in b292795.
This commit is contained in:
Henrik Lissner 2018-10-19 12:53:25 -04:00
parent 847983e278
commit 8e67e591d6
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -6,6 +6,7 @@
(package! org :ignore t) ; ignore org from ELPA
(package! org-bullets :recipe (:fetcher github :repo "Kaligule/org-bullets"))
(package! org-yt :recipe (:fetcher github :repo "TobiasZawada/org-yt"))
(package! toc-org)
(when (featurep! :feature evil)
@ -15,8 +16,7 @@
(package! org-pdfview))
(when (featurep! +attach)
(package! org-download)
(package! org-yt :recipe (:fetcher github :repo "TobiasZawada/org-yt")))
(package! org-download))
(when (featurep! +babel)
(package! ob-mongo)