From ffb5b00b7446160820d2ccacfa0d7763061b7ddd Mon Sep 17 00:00:00 2001 From: rycee Date: Wed, 28 Jun 2023 16:33:39 +0000 Subject: [PATCH] deploy: a7002d6bfca54742d5fc9b485a1879953b4585b9 --- options.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/options.html b/options.html index 67f8ef982..57ce166cd 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>