summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorcodesoap <codesoap@mailbox.org>2019-06-25 17:48:24 +0200
committercodesoap <codesoap@mailbox.org>2019-06-25 19:16:47 +0200
commitca2741fe207b94dab5ca9e5d55df7bdf98ee457d (patch)
tree0eed864a5ae97cc83e6648c2f10681fff07f7587 /rc
parent196b38b2e0b8c8babfeffec786ef9ad948e976e6 (diff)
Rename ModuleLoad hook to ModuleLoaded
This clarifies, that the hook is run *after* the module is loaded.
Diffstat (limited to 'rc')
-rw-r--r--rc/windowing/repl/tmux.kak2
-rw-r--r--rc/windowing/repl/x11.kak2
2 files changed, 2 insertions, 2 deletions
diff --git a/rc/windowing/repl/tmux.kak b/rc/windowing/repl/tmux.kak
index 291717db..94b832e3 100644
--- a/rc/windowing/repl/tmux.kak
+++ b/rc/windowing/repl/tmux.kak
@@ -1,7 +1,7 @@
# http://tmux.github.io/
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
-hook global ModuleLoad tmux %{
+hook global ModuleLoaded tmux %{
require-module tmux-repl
}
diff --git a/rc/windowing/repl/x11.kak b/rc/windowing/repl/x11.kak
index 908645d5..a1148ba5 100644
--- a/rc/windowing/repl/x11.kak
+++ b/rc/windowing/repl/x11.kak
@@ -1,4 +1,4 @@
-hook global ModuleLoad x11 %{
+hook global ModuleLoaded x11 %{
require-module x11-repl
}