mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: don't conditionally install org-yt
Forgot to update packages.el in b292795
.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user