Set git editor to kak
This commit is contained in:
parent
75ff74b1df
commit
795e4fe7a1
|
@ -168,7 +168,7 @@ in rec {
|
|||
init.defaultBranch = "main";
|
||||
pull.ff = "only";
|
||||
pull.rebase = true;
|
||||
core.editor = "${pkgs.emacs}/bin/emacsclient --create-frame --alternate-editor=''";
|
||||
core.editor = "${kak.package}/bin/kak";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user