AutoYADM commit: 2025-05-21 14:57:18

This commit is contained in:
Daniel Fichtinger 2025-05-21 14:57:18 -04:00
parent 2fe337e881
commit b0590df0d9
3 changed files with 8 additions and 4 deletions

View file

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