mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Install ob-racket conditionally
I'll move this to lang/org/packages.el later (not easy to do from the github text editor).
This commit is contained in:
@ -2,7 +2,6 @@
|
|||||||
;;; lang/racket/packages.el
|
;;; lang/racket/packages.el
|
||||||
|
|
||||||
(package! racket-mode)
|
(package! racket-mode)
|
||||||
(package! ob-racket
|
|
||||||
:recipe (:fetcher github
|
(when (featurep! :lang org +babel)
|
||||||
:repo "DEADB17/ob-racket"
|
(package! ob-racket :recipe (:fetcher github :repo "DEADB17/ob-racket")))
|
||||||
:files ("*")))
|
|
||||||
|
Reference in New Issue
Block a user