forked from colonelpanic/dotfiles
[Emacs] Re-enable magithub
This commit is contained in:
parent
4fd2cf7f49
commit
2ca8cdbe49
@ -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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package magithub
|
(use-package magithub
|
||||||
:if (executable-find "hub")
|
:if (executable-find "hub")
|
||||||
:after magit
|
:after magit)
|
||||||
:disabled t)
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** git-link
|
** git-link
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user