Skip to content

Commit

Permalink
use WinSetOption instead of WinCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Jan 17, 2020
1 parent 65251df commit 5e26dbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dotfiles/kakoune.nix
Expand Up @@ -55,7 +55,7 @@ in {
hooks = [
{
commands = "auto-pairs-enable";
name = "WinCreate";
name = "WinSetOption";
option = ".*";
}
{
Expand All @@ -72,7 +72,7 @@ in {
}
{
commands = "git show-diff";
name = "WinCreate";
name = "WinSetOption";
option = ".*";
}
{
Expand All @@ -89,7 +89,7 @@ in {
# Nix
{
commands = "set-option buffer formatcmd nixfmt";
name = "WinCreate";
name = "WinSetOption";
option = ".*.nix";
}
{
Expand All @@ -100,7 +100,7 @@ in {

# Elm
{
name = "WinCreate";
name = "WinSetOption";
option = ".*.elm";
commands = ''
evaluate-commands %sh{
Expand Down

0 comments on commit 5e26dbf

Please sign in to comment.