lang/org: Package orgit if magit is enabled

https://github.com/magit/orgit
This commit is contained in:
Oleksii Filonenko 2019-07-28 16:29:53 +03:00
parent 26f9e2cdeb
commit a6836a476e
No known key found for this signature in database
GPG Key ID: F3510FE5691629A1

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)