Compare commits

..

3 commits

Author SHA1 Message Date
1bc94d36b5 WIP: ADD NOTE FOR FUTURE SELF
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2025-11-26 11:13:42 +00:00
0ae98e38c1 home: jujutsu: set 'ui.merge-editor'
Same reason as `ui.diff-editor`.
2025-11-26 11:13:42 +00:00
8ae4c039b6 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.
2025-11-26 11:12:38 +00:00

View file

@ -51,6 +51,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";
};
# FIXME: git equivalents