[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)))
|
(add-hook 'magit-popup-mode-hook 'imalison:disable-show-trailing-whitespace)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** magithub
|
*** magithub
|
||||||
|
I've disabled magithub because it causes magit to be super slow
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package magithub
|
(use-package magithub
|
||||||
|
:disabled t
|
||||||
:if (executable-find "hub")
|
:if (executable-find "hub")
|
||||||
:after magit)
|
:after magit)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user