diff --git a/options.html b/options.html index 67f8ef98..57ce166c 100644 --- a/options.html +++ b/options.html @@ -4294,6 +4294,9 @@ the marker text will be displayed in the indentation if possible.

programs.kakoune.config.wrapLines.word

Wrap at word boundaries instead of codepoint boundaries.

Type: boolean

Default: false

Declared by:

<home-manager/modules/programs/kakoune.nix> +
programs.kakoune.defaultEditor

Whether to configure kak as the default +editor using the EDITOR environment variable.

Type: boolean

Default: false

Declared by:

+ <home-manager/modules/programs/kakoune.nix>
programs.kakoune.extraConfig

Extra configuration lines to add to $XDG_CONFIG_HOME/kak/kakrc.

Type: strings concatenated with "\n"

Default: ""

Declared by:

<home-manager/modules/programs/kakoune.nix>