module-crystal: correct quickrun :exec

This commit is contained in:
Henrik Lissner 2016-03-29 23:15:40 -04:00
parent d37a4729d5
commit 057403cee8

View file

@ -11,7 +11,7 @@
(after! quickrun (after! quickrun
(quickrun-add-command (quickrun-add-command
"crystal" '((:command . "crystal") "crystal" '((:command . "crystal")
(:exec . "%c run %s") (:exec . "%c %s")
(:description . "Run Crystal script")) (:description . "Run Crystal script"))
:mode 'crystal-mode))) :mode 'crystal-mode)))