Browse Source

Cleanup magit

main
parent
commit
e7fa7dadf3
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 6
      README.org

6
README.org

@ -2164,12 +2164,6 @@ epkgs.magit
"gc" '(magit-clone :which-key "Clone") "gc" '(magit-clone :which-key "Clone")
"gf" '(magit-fetch :which-key "Fetch") "gf" '(magit-fetch :which-key "Fetch")
"gp" '(magit-pull :which-key "Pull")) "gp" '(magit-pull :which-key "Pull"))
;; Don't let `evil-jumper' override the <TAB> key.
(add-hook 'magit-mode-hook
(lambda ()
(when evil-jumper-mode
(evil-jumper-mode -1))))
#+END_SRC #+END_SRC
** Hydra ** Hydra

Loading…
Cancel
Save