Skip to content

Commit

Permalink
Convert Kakoune documentation from XML DocBook to Commonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Nov 29, 2020
1 parent b83e5db commit 25b8aa4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion doc/builders/packages/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<xi:include href="elm.xml" />
<xi:include href="emacs.xml" />
<xi:include href="ibus.xml" />
<xi:include href="kakoune.xml" />
<xi:include href="kakoune.section.xml" />
<xi:include href="linux.xml" />
<xi:include href="locales.xml" />
<xi:include href="nginx.xml" />
Expand Down
9 changes: 9 additions & 0 deletions doc/builders/packages/kakoune.section.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Kakoune {#sec-kakoune}

Kakoune can be built to autoload plugins:

```nix
(kakoune.override {
plugins = with pkgs.kakounePlugins; [ parinfer-rust ];
})
```
12 changes: 0 additions & 12 deletions doc/builders/packages/kakoune.xml

This file was deleted.

0 comments on commit 25b8aa4

Please sign in to comment.