home: jujutsu: set 'ui.diff-editor'
Otherwise it keeps nagging me with a hint to set it. I'm not a big fan of this UI, I wish I add something closer to Git's patch interface.
This commit is contained in:
parent
b93167c6af
commit
7e2da79de3
1 changed files with 2 additions and 0 deletions
|
|
@ -41,6 +41,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
ui = {
|
ui = {
|
||||||
|
# Stop nagging me about it, though I am not a fan of its UI.
|
||||||
|
diff-editor = ":builtin";
|
||||||
# I don't like word-diff
|
# I don't like word-diff
|
||||||
diff-formatter = ":git";
|
diff-formatter = ":git";
|
||||||
# Does not honor `$PAGER` (anymore)
|
# Does not honor `$PAGER` (anymore)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue