From 83de6127004a6e46f982b775e55b5ad2abcaa8c3 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 1 Sep 2018 16:17:58 +1000 Subject: [PATCH] Reword description of where Kakoune user configuration folder is located This should make it more explicit that we fallback onto ~/.config/kak. Fixes #2345 --- README.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 93a8113a..a5a952a5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -232,9 +232,9 @@ There are two directories containing Kakoune's scripts: * `runtime`: located in `../share/kak/` relative to the `kak` binary contains the system scripts, installed with Kakoune. -* `userconf`: located in `$XDG_CONFIG_HOME/kak/`, which defaults - to `$HOME/.config/kak/` on most systems, containing the user - configuration. +* `userconf`: located in `$XDG_CONFIG_HOME/kak/`, which will fallback + to `$HOME/.config/kak/` if `$XDG_CONFIG_HOME` is not set, containing + the user configuration. Unless `-n` is specified, Kakoune will load its startup script located at `${runtime}/kakrc` relative to the `kak` binary. This startup script