[Emacs] Disable magithub
This commit is contained in:
parent
3970b4cd22
commit
8ca48739be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user