summary refs log tree commit diff stats
path: root/user/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2023-06-11 08:44:31 +0200
committerAlan Pearce2023-06-11 08:44:31 +0200
commit08949c12736661b30cd45ba4b563a45816a0d868 (patch)
tree263d05531b96958b66942ccda3650f1847a3be38 /user/emacs/init.el
parent15529c6ca8c3480a0d891148efc4dbbe60729503 (diff)
downloadnixfiles-08949c12736661b30cd45ba4b563a45816a0d868.tar.lz
nixfiles-08949c12736661b30cd45ba4b563a45816a0d868.tar.zst
nixfiles-08949c12736661b30cd45ba4b563a45816a0d868.zip
Emacs: remap project-vc-dir to a more similar magit command
Diffstat (limited to 'user/emacs/init.el')
-rw-r--r--user/emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el
index 7e9e8b8a..3b7ff7e9 100644
--- a/user/emacs/init.el
+++ b/user/emacs/init.el
@@ -917,7 +917,7 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
   :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