[Emacs] More magithub configuration

This commit is contained in:
Ivan Malison 2016-09-20 00:53:08 -07:00
parent 67f2f1a884
commit a34afd17e8
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1659,6 +1659,8 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
**** magithub **** magithub
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package magithub (use-package magithub
:if (eshell-search-path "hub")
:after magit
:disabled t) :disabled t)
#+END_SRC #+END_SRC
*** git-link *** git-link