add to .kakrc

This commit is contained in:
Daniel Fichtinger 2025-07-15 16:48:03 -04:00
parent c6dd2785af
commit fa10a813f2

4
.kakrc
View file

@ -15,6 +15,10 @@ define-command readme %{
root-edit README.md root-edit README.md
} }
define-command kakrc %{
root-edit .kakrc
}
# change working directory to the package # change working directory to the package
hook global -once BufCreate .* %{ hook global -once BufCreate .* %{
change-directory %exp{%opt{project_root}/src/zona} change-directory %exp{%opt{project_root}/src/zona}