Add binding for magit-dispatch

This commit is contained in:
Jeremy Dormitzer 2021-01-15 17:25:20 -05:00
parent d36e10b545
commit f0c56d13b8

View File

@ -1502,14 +1502,11 @@ Magit is objectively the best Git interface.
#+BEGIN_SRC emacs-lisp
(jdormit/define-prefix "g" "git")
(leader-def-key "gs" #'magit-status)
(leader-def-key "gg" #'magit-file-dispatch)
(leader-def-key "gf" #'magit-find-file)
#+END_SRC
Use ido-mode for completion within Magit:
#+BEGIN_SRC emacs-lisp
;; (setq magit-completing-read-function 'magit-ido-completing-read)
(leader-def-key
"gs" #'magit-status
"gg" #'magit-file-dispatch
"gd" #'magit-dispatch
"gf" #'magit-find-file)
#+END_SRC
** Forge