From: rush Date: Mon, 22 Jun 2026 17:12:26 +0000 (-0400) Subject: Add vc-jj package, jj to list of vc backends X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=278803445e490a321e3d1c4ab903ecd927bedf97;p=emacsinit.git Add vc-jj package, jj to list of vc backends --- 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)