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
15687fc8b0
commit
50f95ce1e1
1 changed files with 5 additions and 0 deletions
|
|
@ -40,6 +40,11 @@ in
|
||||||
lola = [ "lol" "-r" "all()" ];
|
lola = [ "lol" "-r" "all()" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ui = {
|
||||||
|
# Stop nagging me about it, though I am not a fan of its UI.
|
||||||
|
diff-editor = ":builtin";
|
||||||
|
};
|
||||||
|
|
||||||
templates = {
|
templates = {
|
||||||
# Equivalent to `commit.verbose = true` in Git
|
# Equivalent to `commit.verbose = true` in Git
|
||||||
draft_commit_description = "commit_description_verbose(self)";
|
draft_commit_description = "commit_description_verbose(self)";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue