AutoYADM commit: 2025-06-19 19:05:15
This commit is contained in:
parent
59d734fc1d
commit
c1056b7031
2 changed files with 9 additions and 8 deletions
|
@ -11,8 +11,9 @@ define-command ide %{
|
||||||
}
|
}
|
||||||
|
|
||||||
# project-specific configuration
|
# project-specific configuration
|
||||||
hook global BufCreate (.*/)?(\.kakrc) %{
|
hook global BufCreate (.*/)?(\.kakrc\.local|\.kakrc\.local|\.kakrc) %{
|
||||||
set-option buffer filetype kak
|
set-option buffer filetype kak
|
||||||
}
|
}
|
||||||
|
try %{ source .kakrc } catch %{
|
||||||
try %{ source .kakrc } catch %{ try %{ source .kakrc } }
|
try %{ source .kakrc.local } catch %{ try %{ source .local.kakrc } }
|
||||||
|
}
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
dark = "ashen"
|
dark = "ashen"
|
||||||
|
|
||||||
[icon]
|
[icon]
|
||||||
prepend_exts = [
|
prepend_exts = [{ name = "kak", text = "" }]
|
||||||
{ name = "kak", text = "" }
|
|
||||||
]
|
|
||||||
prepend_files = [
|
prepend_files = [
|
||||||
{ name = "kakrc", text = "" },
|
{ name = "kakrc", text = "" },
|
||||||
{ name = ".kakrc.local", text = "" },
|
{ name = ".kakrc.local", text = "" },
|
||||||
|
{ name = ".local.kakrc", text = "" },
|
||||||
|
{ name = ".kakrc", text = "" },
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue