More stuff for kakoune

This commit is contained in:
Natsu Kagami 2022-01-12 18:17:05 -05:00
parent d625bb2c15
commit 1df631061a
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 88 additions and 89 deletions

View file

@ -14,9 +14,11 @@ in
# Source kaktex whenever we have a tex file
programs.my-kakoune.rc = ''
hook global WinSetOption filetype=(tex|latex) %{
hook window WinDisplay '.*' %{
eval %sh{
${kaktexScript} set $kak_client $kak_session
}
}
}
'';
}