summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Lewan <daniel@teddydd.me>2025-02-10 14:13:10 +0100
committerDaniel Lewan <daniel@teddydd.me>2025-02-10 14:13:10 +0100
commit9a80568e300821dd882eb260f47356a08c5cf010 (patch)
tree4f6a5e686c8ad1773493cda443a3a86a921cd48c /doc
parent0a4bea856fe6ddd6420d6d7141b20eed8fe0bd25 (diff)
Document KAKOUNE_RUNTIME in manpage
Diffstat (limited to 'doc')
-rw-r--r--doc/kak.18
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/kak.1 b/doc/kak.1
index 37fab36b..3b6dca2c 100644
--- a/doc/kak.1
+++ b/doc/kak.1
@@ -179,6 +179,10 @@ If unset,
.Pa $XDG_CONFIG_HOME/kak
is used.
.
+.It Ev KAKOUNE_RUNTIME
+Overrides the location of the directory containing the Kakoune support files.
+If unset, location is determined from Kakoune's binary location.
+.
.It Ev XDG_CONFIG_HOME
Path to the user's configuration directory.
If unset,
@@ -198,7 +202,9 @@ In the paths documented below,
refers to the runtime directory, whose value is determined in relation
to the path to
.Nm Ap s
-binary location:
+binary location if
+.Pa $KAKOUNE_RUNTIME
+is not set:
.Pa <rtdir>
=
.Pa <path_to_kak_binary>/../share/kak .