AutoYADM commit: 2025-06-19 19:00:14

This commit is contained in:
Daniel Fichtinger 2025-06-19 19:00:14 -04:00
parent 5b0f8ec6a0
commit 59d734fc1d

View file

@ -11,8 +11,8 @@ define-command ide %{
} }
# project-specific configuration # project-specific configuration
hook global BufCreate (.*/)?(\.kakrc\.local|\.kakrc\.local) %{ hook global BufCreate (.*/)?(\.kakrc) %{
set-option buffer filetype kak set-option buffer filetype kak
} }
try %{ source .kakrc.local } catch %{ try %{ source .local.kakrc } } try %{ source .kakrc } catch %{ try %{ source .kakrc } }