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:
Bruno BELANYI 2025-10-27 12:34:07 +00:00
parent 4bd5ce1c7d
commit 70554900df

View file

@ -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)";