Add Racket lang
This commit is contained in:
parent
637131a264
commit
d8cd4bdf03
4 changed files with 134 additions and 0 deletions
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 ("*")))
|
Loading…
Add table
Add a link
Reference in a new issue