AutoYADM commit: 2025-07-18 17:19:43
This commit is contained in:
parent
8f2f9512e7
commit
5e68dc889e
2 changed files with 28 additions and 19 deletions
10
.config/kak/autoload/local-kakrc.kak
Normal file
10
.config/kak/autoload/local-kakrc.kak
Normal file
|
@ -0,0 +1,10 @@
|
|||
provide-module local-kakrc %—
|
||||
# syntax highlighting
|
||||
hook global BufCreate (.*/)?\.kakrc %{
|
||||
set-option buffer filetype kak
|
||||
}
|
||||
# load proj. config
|
||||
define-command root-load-kakrc %{
|
||||
try %{ source %exp{%opt{root_path}/.kakrc} }
|
||||
}
|
||||
—
|
Loading…
Add table
Add a link
Reference in a new issue