From 278803445e490a321e3d1c4ab903ecd927bedf97 Mon Sep 17 00:00:00 2001 From: rush Date: Mon, 22 Jun 2026 13:12:26 -0400 Subject: [PATCH] Add vc-jj package, jj to list of vc backends --- config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 78985ee..5216272 100644 --- a/config.org +++ b/config.org @@ -47,7 +47,8 @@ Set up the correct lexical binding to avoid screaming compiler geiser-chicken forth-mode trashed - org-transclusion)) + org-transclusion + vc-jj)) (dolist (pkg *re/packages*) (unless (package-installed-p pkg) @@ -1224,7 +1225,7 @@ With arg, ask for remote, otherwise fetch all." (keymap-set vc-dir-mode-map "k" #'vc-revert))) (setq vc-make-backup-files nil - vc-handled-backends '(Git) + vc-handled-backends '(jj Git) vc-git-log-switches '("--oneline" "--graph" "--decorate" "--all") vc-git-log-edit-summary-target-len 50 vc-find-revision-no-save t) -- 2.39.5