[Emacs] Re-enable magithub

This commit is contained in:
Ivan Malison 2016-11-03 19:12:16 -07:00
parent 4fd2cf7f49
commit 2ca8cdbe49
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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