AutoYADM commit: 2025-07-18 17:19:43

This commit is contained in:
Daniel Fichtinger 2025-07-18 17:19:43 -04:00
parent 8f2f9512e7
commit 5e68dc889e
2 changed files with 28 additions and 19 deletions

View file

@ -0,0 +1,10 @@
provide-module local-kakrc %—
# syntax highlighting
hook global BufCreate (.*/)?\.kakrc %{
set-option buffer filetype kak
}
# load proj. config
define-command root-load-kakrc %{
try %{ source %exp{%opt{root_path}/.kakrc} }
}