commit f2263b6b20954356dcc613ef105f584fabc1a3e9 parent db6d4e22ee602172a81972e0e594eacc0da2f50f Author: Hugo Soucy <hugo.soucy@equisoft.com> Date: Mon, 6 May 2019 12:55:35 -0400 Remove magit github pull request Diffstat:
M | partials/git.el | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/partials/git.el b/partials/git.el @@ -7,10 +7,3 @@ :ensure t :pin melpa :bind (("M-g s" . magit-status))) - -(use-package magit-gh-pulls - ;; magit-gh-pulls - :ensure t - :pin melpa - :config - (add-hook 'magit-mode-hook 'turn-on-magit-gh-pulls))