mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #1608 from filalex77/orgit
lang/org: Package orgit if magit is enabled
This commit is contained in:
@ -11,6 +11,8 @@
|
|||||||
(package! htmlize)
|
(package! htmlize)
|
||||||
(package! ox-clip)
|
(package! ox-clip)
|
||||||
(package! org-yt :recipe (:host github :repo "TobiasZawada/org-yt"))
|
(package! org-yt :recipe (:host github :repo "TobiasZawada/org-yt"))
|
||||||
|
(when (featurep! :tools magit)
|
||||||
|
(package! orgit))
|
||||||
|
|
||||||
;;; Babel
|
;;; Babel
|
||||||
(package! ob-async)
|
(package! ob-async)
|
||||||
|
Reference in New Issue
Block a user