Move ob-racket to lang/org & cleanup

+ Remove redundant ob-crystal block
+ Move ob-ipython into separate section
+ Move ob-racket from lang/racket
This commit is contained in:
Henrik Lissner 2018-07-29 17:56:29 +02:00
parent 884173112c
commit 66056e7a5d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 5 additions and 7 deletions

View file

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