mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/org: Package orgit if magit is enabled
https://github.com/magit/orgit
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user