summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kak/kakrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/kak/kakrc b/kak/kakrc
index ea20142..3ea8058 100644
--- a/kak/kakrc
+++ b/kak/kakrc
@@ -56,8 +56,9 @@ define-command jrk-set-makecmd-and-make %{
define-command jrk-save-and-make %{
evaluate-commands %sh{
- [ "$kak_bufname" != "*make*" ] && printf "evaluate-commands %%{ write\nmake }\n"
+ [ "$kak_bufname" != "*make*" ] && printf "evaluate-commands %%{ write }\n"
}
+ make
}
define-command jrk-trim-trailing-whitespace %{