Handbook
Glossary
actual-kak-path ( -- path )
Vocabulary
editors
.
kakoune
Inputs
None
Outputs
path
a pathname string
Word description
Pushes the path to kakoune recognized by factor.
Definition
USING:
kernel
namespaces
;
IN:
editors.kakoune
:
actual-kak-path
( -- path )
\
kak-path
get
[
find-kak-path
]
unless*
;