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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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")))