Fix usage of $KAKOUNE_CONFIG_DIR in doc
This commit is contained in:
parent
8a7023731f
commit
6fa26b8dd2
|
@ -175,7 +175,7 @@ If not started with the \fB\-n\fR switch, Kakoune will first load
|
||||||
|
|
||||||
.nf
|
.nf
|
||||||
.RS
|
.RS
|
||||||
if the \fI$KAKOUNE_CONFIG_DIR/kak/autoload\fR directory exists, recursively load every
|
if the \fI$KAKOUNE_CONFIG_DIR/autoload\fR directory exists, recursively load every
|
||||||
\fI*.kak\fR files in it and its sub-directories
|
\fI*.kak\fR files in it and its sub-directories
|
||||||
.RE
|
.RE
|
||||||
.fi
|
.fi
|
||||||
|
@ -196,11 +196,11 @@ configuration
|
||||||
|
|
||||||
.nf
|
.nf
|
||||||
.RS
|
.RS
|
||||||
\fI$KAKOUNE_CONFIG_DIR/kak/kakrc\fR, if it exists; this is the user configuration
|
\fI$KAKOUNE_CONFIG_DIR/kakrc\fR, if it exists; this is the user configuration
|
||||||
.RE
|
.RE
|
||||||
.fi
|
.fi
|
||||||
|
|
||||||
Consequently, if the \fI$KAKOUNE_CONFIG_DIR/kak/autoload\fR directory exists,
|
Consequently, if the \fI$KAKOUNE_CONFIG_DIR/autoload\fR directory exists,
|
||||||
only scripts stored within that directory will be loaded \- the built-in
|
only scripts stored within that directory will be loaded \- the built-in
|
||||||
\fI*.kak\fR files \fBwill not be\fR.
|
\fI*.kak\fR files \fBwill not be\fR.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user