git: move gh-pulls bindings from #g to #

`#` is now the official binding for gh-pulls
Resolves #3481
This commit is contained in:
syl20bnr 2015-10-21 16:58:39 -04:00
parent 7c8cc42480
commit 2b038b2046
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@
(magit-gh-pulls-mode)
(magit-gh-pulls-fetch-commits))
(define-key magit-mode-map "#gf" 'spacemacs/fetch-gh-pulls-mode)
(define-key magit-mode-map "#gg" 'spacemacs/load-gh-pulls-mode))
(define-key magit-mode-map "#f" 'spacemacs/fetch-gh-pulls-mode)
(define-key magit-mode-map "#g" 'spacemacs/load-gh-pulls-mode))
:config
(spacemacs|diminish magit-gh-pulls-mode "Github-PR")))))