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
commit

08949c12736661b30cd45ba4b563a45816a0d868

parent

15529c6ca8c3480a0d891148efc4dbbe60729503

1 file changed, 1 insertion(+), 1 deletion(-)

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