From a34afd17e8caa22e3ffd0431f5971eb3ad32f2c5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 20 Sep 2016 00:53:08 -0700 Subject: [PATCH] [Emacs] More magithub configuration --- dotfiles/emacs.d/README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index f8d50043..c2ce1e3f 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1659,6 +1659,8 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab **** magithub #+BEGIN_SRC emacs-lisp (use-package magithub + :if (eshell-search-path "hub") + :after magit :disabled t) #+END_SRC *** git-link