aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRobin Stumm <dermetfan@users.noreply.github.com>2020-04-22 23:18:23 +0200
committerGitHub <noreply@github.com>2020-04-22 23:18:23 +0200
commitf0710115c5892e2849e7e34b238942b57bd7d3b5 (patch)
treee14480138396bdbe4f376a5fd5ad7ed3267ff785 /modules
parent8c920682e6ed3b0c6cc86c85741f8d4d8c03fb59 (diff)
kakoune: add missing hook name
PR #1185
Diffstat (limited to 'modules')
-rw-r--r--modules/programs/kakoune.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/programs/kakoune.nix b/modules/programs/kakoune.nix
index 9ef555cdda5..aca5a1ad340 100644
--- a/modules/programs/kakoune.nix
+++ b/modules/programs/kakoune.nix
@@ -49,6 +49,7 @@ let
"InsertCompletionShow"
"InsertCompletionHide"
"InsertCompletionSelect"
+ "ModuleLoaded"
];
example = "SetOption";
description = ''