about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-05-03T22·36-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-07-19T16·00-0400
commiteabaf0e04fa1554a8c837484f2b7f83e7b5a999f (patch)
tree85698654e6066ed8b89e4c8918cb8d05d39cafc3
parent17a4f8ae5322c65dfd1a163971ec45cbded76fbd (diff)
Disable magit-gh-pulls
After my hard drive fried, I lost important configuration settings.
Since then, I haven't been able to use `magit-gh-pulls` without it
incessantly prompting me for my GH username and password. Until I
remember how I previously configured this, I'm disabling it.
-rw-r--r--emacs.d/wpc/packages/wpc-git.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs.d/wpc/packages/wpc-git.el b/emacs.d/wpc/packages/wpc-git.el
index f07040fffb64..80dbedf7868d 100644
--- a/emacs.d/wpc/packages/wpc-git.el
+++ b/emacs.d/wpc/packages/wpc-git.el
@@ -10,8 +10,5 @@
 
 (use-package magit)
 
-(use-package magit-gh-pulls
-  :ghook ('magit-mode-hook #'turn-on-magit-gh-pulls))
-
 (provide 'wpc-git)
 ;;; git.el ends here