all repos — nixfiles @ 08949c12736661b30cd45ba4b563a45816a0d868

System and user configuration, managed by nix and home-manager

Emacs: remap project-vc-dir to a more similar magit command
Alan Pearce alan@alanpearce.eu
Sun, 11 Jun 2023 08:44:31 +0200
commit

08949c12736661b30cd45ba4b563a45816a0d868

parent

15529c6ca8c3480a0d891148efc4dbbe60729503

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -917,7 +917,7 @@ (use-package magit   :defer 5
   :commands (magit-status magit-dispatch)
   :init (customize-set-value 'magit-auto-revert-mode nil)
-  :general ([remap project-vc-dir] #'magit-status)
+  :general ([remap project-vc-dir] #'magit-project-status)
   :config (progn
             (setq magit-section-visibility-indicator nil
                   magit-diff-refine-hunk 'all