diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-03-22 16:56:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 16:56:35 +0100 |
commit | d5d4d980427aca3849b90bfe1694b6d1d14532fb (patch) | |
tree | d5c5a37daaa477af4524125605c0e77e9fbc3a57 /src/nix | |
parent | 84348696329b4504b851f0de4a9a9a52321ce59d (diff) | |
parent | 3b776cb0a7574bf11c20fe0a1d91ec1d21d8ebeb (diff) |
Merge pull request #6298 from kayhide/nix-edit-support-kakoune
nix edit: support kakoune
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/edit.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nix/edit.md b/src/nix/edit.md index 80563d06b..89bd09abf 100644 --- a/src/nix/edit.md +++ b/src/nix/edit.md @@ -24,8 +24,8 @@ this attribute to the location of the definition of the `meta.description`, `version` or `name` derivation attributes. The editor to invoke is specified by the `EDITOR` environment -variable. It defaults to `cat`. If the editor is `emacs`, `nano` or -`vim`, it is passed the line number of the derivation using the -argument `+<lineno>`. +variable. It defaults to `cat`. If the editor is `emacs`, `nano`, +`vim` or `kak`, it is passed the line number of the derivation using +the argument `+<lineno>`. )"" |