AutoYADM commit: 2025-06-19 19:05:15

This commit is contained in:
Daniel Fichtinger 2025-06-19 19:05:15 -04:00
parent 59d734fc1d
commit c1056b7031
2 changed files with 9 additions and 8 deletions

View file

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

View file

@ -2,10 +2,10 @@
dark = "ashen"
[icon]
prepend_exts = [
{ name = "kak", text = "󰔆" }
]
prepend_exts = [{ name = "kak", text = "󰔆" }]
prepend_files = [
{ name = "kakrc", text = "󰔆" },
{ name = ".kakrc.local", text = "󰔆" },
{ name = "kakrc", text = "󰔆" },
{ name = ".kakrc.local", text = "󰔆" },
{ name = ".local.kakrc", text = "󰔆" },
{ name = ".kakrc", text = "󰔆" },
]