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 7e2da79de3
commit ef525a09ca

View file

@ -45,6 +45,8 @@ in
diff-editor = ":builtin";
# I don't like word-diff
diff-formatter = ":git";
# Stop nagging me about it, though I am not a fan of its UI.
merge-editor = ":builtin";
# Does not honor `$PAGER` (anymore)
pager = lib.mkDefault config.home.sessionVariables.PAGER;
};