Merge branch 'patch-3' of https://github.com/m-bdf/kakoune
This commit is contained in:
commit
a56a03c454
|
@ -158,8 +158,7 @@ defaults to \fI$XDG_CONFIG_HOME/kak\fR if unset.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR XDG_CONFIG_HOME
|
.BR XDG_CONFIG_HOME
|
||||||
Path to the user configuration directory, defaults to \fI$HOME/.config/kak\fR
|
Path to the user configuration directory, defaults to \fI$HOME/.config\fR if unset.
|
||||||
if unset.
|
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BR XDG_RUNTIME_DIR
|
.BR XDG_RUNTIME_DIR
|
||||||
|
@ -176,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
|
||||||
|
@ -197,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