[Emacs] Disable magithub

This commit is contained in:
Ivan Malison 2016-11-27 02:48:23 -08:00
parent 3970b4cd22
commit 8ca48739be
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3530,8 +3530,10 @@ alphanumeric characters only."
(add-hook 'magit-popup-mode-hook 'imalison:disable-show-trailing-whitespace)))
#+END_SRC
*** magithub
I've disabled magithub because it causes magit to be super slow
#+BEGIN_SRC emacs-lisp
(use-package magithub
:disabled t
:if (executable-find "hub")
:after magit)
#+END_SRC