Merge pull request #1608 from filalex77/orgit

lang/org: Package orgit if magit is enabled
This commit is contained in:
Henrik Lissner 2019-07-28 16:35:03 +02:00 committed by GitHub
commit 6329af2662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,8 @@
(package! htmlize)
(package! ox-clip)
(package! org-yt :recipe (:host github :repo "TobiasZawada/org-yt"))
(when (featurep! :tools magit)
(package! orgit))
;;; Babel
(package! ob-async)