mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 19:49:45 +01:00
kakoune: add missing period at end of description
This commit is contained in:
parent
57925c50bf
commit
35752e07fa
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ let
|
||||||
default = [];
|
default = [];
|
||||||
description = ''
|
description = ''
|
||||||
User-defined key mappings. For documentation, see
|
User-defined key mappings. For documentation, see
|
||||||
<link xlink:href="https://github.com/mawww/kakoune/blob/master/doc/pages/mapping.asciidoc"/>
|
<link xlink:href="https://github.com/mawww/kakoune/blob/master/doc/pages/mapping.asciidoc"/>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue