kakoune: reload settings when they are applied
This commit is contained in:
parent
0deb6af2a7
commit
781be2cbbe
|
@ -131,6 +131,11 @@ in {
|
|||
kak-pager
|
||||
kak-man-pager
|
||||
];
|
||||
home.activation = {
|
||||
update_kakoune = lib.hm.dag.entryAfter [ "writeBoundary" ] ''
|
||||
$DRY_RUN_CMD kak -l | xargs -r -n1 kak -e "config-source;quit" -ui dummy -c
|
||||
'';
|
||||
};
|
||||
home.sessionVariables = {
|
||||
EDITOR = "kak";
|
||||
# Some plugins(kak_ansi) like to compile stuff
|
||||
|
|
Loading…
Reference in a new issue