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:
Henrik Lissner
2018-07-29 17:29:27 +02:00
committed by GitHub
parent 238e37a171
commit 960bde480d

View File

@ -2,7 +2,6 @@
;;; lang/racket/packages.el
(package! racket-mode)
(package! ob-racket
:recipe (:fetcher github
:repo "DEADB17/ob-racket"
:files ("*")))
(when (featurep! :lang org +babel)
(package! ob-racket :recipe (:fetcher github :repo "DEADB17/ob-racket")))