mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
module-crystal: correct quickrun :exec
This commit is contained in:
@ -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)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user