1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-10 21:29:48 +01:00
This commit is contained in:
rycee 2023-06-28 16:33:39 +00:00
parent dabdead167
commit ffb5b00b74

View file

@ -4294,6 +4294,9 @@ the marker text will be displayed in the indentation if possible.</p><p><span cl
&lt;home-manager/modules/programs/kakoune.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.kakoune.config.wrapLines.word"></a><a class="link" href="options.html#opt-programs.kakoune.config.wrapLines.word"><code class="option">programs.kakoune.config.wrapLines.word</code></a></span></dt><dd><p>Wrap at word boundaries instead of codepoint boundaries.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/kakoune.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/kakoune.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.kakoune.defaultEditor"></a><a class="link" href="options.html#opt-programs.kakoune.defaultEditor"><code class="option">programs.kakoune.defaultEditor</code></a></span></dt><dd><p>Whether to configure <span class="command"><strong>kak</strong></span> as the default
editor using the <code class="envar">EDITOR</code> environment variable.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/kakoune.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/kakoune.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.kakoune.extraConfig"></a><a class="link" href="options.html#opt-programs.kakoune.extraConfig"><code class="option">programs.kakoune.extraConfig</code></a></span></dt><dd><p>Extra configuration lines to add to
<code class="filename">$XDG_CONFIG_HOME/kak/kakrc</code>.</p><p><span class="emphasis"><em>Type:</em></span> strings concatenated with "\n"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">""</code></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/kakoune.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/kakoune.nix&gt;