I'll move this to lang/org/packages.el later (not easy to do from the github text editor).
7 lines
195 B
EmacsLisp
7 lines
195 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/racket/packages.el
|
|
|
|
(package! racket-mode)
|
|
|
|
(when (featurep! :lang org +babel)
|
|
(package! ob-racket :recipe (:fetcher github :repo "DEADB17/ob-racket")))
|