commit 983ab3b19a1ced5857cfe6de428167d57e3d9487
parent 2cf2546e4093bd00f62179f4e77443b34cb986ff
Author: Lou Woell <lou.woell@posteo.de>
Date:   Sun, 14 Sep 2025 23:10:23 +0200

README: Add link to kakoune integration

Diffstat:
MREADME.md | 13+++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -10,9 +10,9 @@ haven't attempted using harehelper for that yet though. All subcommands can be used with the toplevel - - `-p` flag to append directories (such as the current project root) to the - HAREPATH. - - `-t` flag to (un)set build tags. +- `-p` flag to append directories (such as the current project root) to the + HAREPATH. +- `-t` flag to (un)set build tags. ### resolve namespaces @@ -52,7 +52,8 @@ $ harehelper list-modules $ harehelper list <module> ``` -### emacs integration +## Editor Integrations +### Emacs integration `haredoc.el` provides an emacs interface using harehelper. The main entry points are `haredoc/goto-definition`, `haredoc` and `haredoc/describe-thing-at-point`. @@ -70,3 +71,7 @@ are `haredoc/goto-definition`, `haredoc` and `haredoc/describe-thing-at-point`. ;; ... ) ``` + +### Other + +- kakoune: https://codeberg.org/unicorn/harehelper.kak