Skip to content

Commit

Permalink
fix mkdir-buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 28, 2020
1 parent 0353b1b commit 1c679de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/kakoune.nix
Expand Up @@ -69,7 +69,7 @@ in {
option = ".*";
}
{
commands = "mkdir-buffer";
commands = "mkdir-buffer %val{bufname}";
name = "BufWritePre";
option = ".*";
}
Expand Down

0 comments on commit 1c679de

Please sign in to comment.