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
|
||||
|
||||
(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")))
|
||||
|
Reference in New Issue
Block a user