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