Fix racket-mode recipe to include sandbox.rkt

This commit is contained in:
Yasuyuki Oka 2013-12-01 18:33:24 +09:00
parent 0d3050ce73
commit 77e30ceaf5

View file

@ -1 +1,2 @@
(racket-mode :repo "greghendershott/racket-mode" :fetcher github)
(racket-mode :repo "greghendershott/racket-mode" :fetcher github
:files ("racket-mode.el" "sandbox.rkt"))