mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
Add Racket lang
This commit is contained in:
8
modules/lang/racket/packages.el
Normal file
8
modules/lang/racket/packages.el
Normal file
@@ -0,0 +1,8 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; lang/racket/packages.el
|
||||
|
||||
(package! racket-mode)
|
||||
(package! ob-racket
|
||||
:recipe (:fetcher github
|
||||
:repo "DEADB17/ob-racket"
|
||||
:files ("*")))
|
Reference in New Issue
Block a user