mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
I'll move this to lang/org/packages.el later (not easy to do from the github text editor).
8 lines
195 B
EmacsLisp
8 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")))
|