Handbook
Glossary
find-kak-path ( -- path )
Vocabulary
editors
.
kakoune
Inputs
None
Outputs
path
a pathname string
Word description
A word which finds kakoune in your unix system's PATH variable.
Definition
USING:
editors
;
IN:
editors.kakoune
HOOK:
find-kak-path
editor-class
( -- path )
Methods
USING:
editors.kakoune
io.standard-paths
;
M:
kakoune
find-kak-path
"kak"
?find-in-path
;