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:
Bruno BELANYI 2025-10-27 12:34:07 +00:00
parent b93167c6af
commit 7e2da79de3

View file

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