summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
Diffstat (limited to 'rc')
-rw-r--r--rc/prelude.kak4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc/prelude.kak b/rc/prelude.kak
index 28da338..8128dca 100644
--- a/rc/prelude.kak
+++ b/rc/prelude.kak
@@ -1,7 +1,7 @@
-declare-option -hidden str prelude_plugin_path %sh(dirname "$kak_source")
+declare-option -hidden str prelude_root_path %sh(dirname "$kak_source")
provide-module prelude %{
- declare-option -docstring 'Path to the prelude of shell blocks' str prelude_path "%opt{prelude_plugin_path}/prelude.sh"
+ declare-option -docstring 'Path to the prelude of shell blocks' str prelude_path "%opt{prelude_root_path}/prelude.sh"
}
require-module prelude