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:
parent
238e37a171
commit
960bde480d
1 changed files with 3 additions and 4 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue