home: jujutsu: set 'ui.merge-editor'

Same reason as `ui.diff-editor`.
This commit is contained in:
Bruno BELANYI 2025-11-26 11:13:10 +00:00
parent 8ae4c039b6
commit 0ae98e38c1

View file

@ -43,6 +43,8 @@ in
ui = {
# Stop nagging me about it, though I am not a fan of its UI.
diff-editor = ":builtin";
# Stop nagging me about it, though I am not a fan of its UI.
merge-editor = ":builtin";
};
templates = {