Fix project-vc-dir remap
Remove magit-pull and magit-push binds
This commit is contained in:
parent
14d296cd53
commit
a9a6af26a8
4
init.el
4
init.el
|
@ -1001,9 +1001,7 @@ Calls `project-remember-projects-under' for ~/Projects/"
|
||||||
("C-c g d" . magit-dispatch)
|
("C-c g d" . magit-dispatch)
|
||||||
("C-c g f" . magit-file-dispatch)
|
("C-c g f" . magit-file-dispatch)
|
||||||
("C-c g b" . magit-blame-addition)
|
("C-c g b" . magit-blame-addition)
|
||||||
("C-c g p" . magit-pull)
|
("<remap> <project-vc-dir>" . magit-project-status)
|
||||||
("C-c g P" . magit-push)
|
|
||||||
("<remap> <project-vc-dir" . magit-project-status)
|
|
||||||
:map project-prefix-map
|
:map project-prefix-map
|
||||||
("m" . magit-project-status))
|
("m" . magit-project-status))
|
||||||
:custom
|
:custom
|
||||||
|
|
Loading…
Reference in a new issue