feat(jujutsu): compatibility with jj-vc.el in Emacs

This commit is contained in:
Lucien Cartier-Tilet 2025-09-03 11:45:12 +02:00
parent 2e84738c9f
commit 7d198f1996
No known key found for this signature in database

View File

@ -45,6 +45,9 @@ in {
default-command = "st";
pager = ":builtin";
show-cryptographic-signatures = true;
conflict-marker-style = "git"; # Support for vc-jj.el
diff-formatter = ":git"; # Support for vc-jj.el
diff-editor = ":builtin";
inherit (cfg) editor;
};
signing = mkIf cfg.signing.enable {