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
|
||||
.BR XDG_CONFIG_HOME
|
||||
Path to the user configuration directory, defaults to \fI$HOME/.config/kak\fR
|
||||
if unset.
|
||||
Path to the user configuration directory, defaults to \fI$HOME/.config\fR if unset.
|
||||
|
||||
.TP
|
||||
.BR XDG_RUNTIME_DIR
|
||||
|
@ -176,7 +175,7 @@ If not started with the \fB\-n\fR switch, Kakoune will first load
|
|||
|
||||
.nf
|
||||
.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
|
||||
.RE
|
||||
.fi
|
||||
|
@ -197,11 +196,11 @@ configuration
|
|||
|
||||
.nf
|
||||
.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
|
||||
.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
|
||||
\fI*.kak\fR files \fBwill not be\fR.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user