jj: update configuration
This commit is contained in:
parent
2225278847
commit
8ef6734e25
1 changed files with 6 additions and 3 deletions
9
home.nix
9
home.nix
|
|
@ -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"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue