jj: update configuration

This commit is contained in:
Khaïs COLIN 2024-12-24 13:05:59 +01:00
parent 2225278847
commit 8ef6734e25

View file

@ -115,9 +115,12 @@ in {
name = "Khaïs COLIN";
};
ui = {
editor = "nvim";
diff-editor = ["nvim" "-c" "DiffEditor $left $right $output"];
merge-editor = ["nvim" "-c" "DiffEditor $left $right $output"];
editor = "emacsclient";
default-command = "log";
};
merge-tools.ediff = {
program = "sh";
merge-args = ["-c" "emacsclient -c --eval (ediff-merge-files-with-anscestor \"$0\" \"$1\" \"$2\" nil \"$3\")" "$left" "$right" "$base" "$output"];
};
};
};