AutoYADM commit: 2025-06-19 19:00:14
This commit is contained in:
parent
5b0f8ec6a0
commit
59d734fc1d
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ define-command ide %{
|
|||
}
|
||||
|
||||
# project-specific configuration
|
||||
hook global BufCreate (.*/)?(\.kakrc\.local|\.kakrc\.local) %{
|
||||
hook global BufCreate (.*/)?(\.kakrc) %{
|
||||
set-option buffer filetype kak
|
||||
}
|
||||
|
||||
try %{ source .kakrc.local } catch %{ try %{ source .local.kakrc } }
|
||||
try %{ source .kakrc } catch %{ try %{ source .kakrc } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue