module-crystal: correct quickrun :exec
This commit is contained in:
parent
d37a4729d5
commit
057403cee8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
(after! quickrun
|
||||
(quickrun-add-command
|
||||
"crystal" '((:command . "crystal")
|
||||
(:exec . "%c run %s")
|
||||
(:exec . "%c %s")
|
||||
(:description . "Run Crystal script"))
|
||||
:mode 'crystal-mode)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue