load gh from projects when possible

This commit is contained in:
Ivan Malison 2016-06-10 16:27:08 -07:00
parent db96469bfb
commit 3ccda6aa89

View File

@ -1744,6 +1744,10 @@ I use helm for almost all emacs completion
(interactive)
(gitolite-clone-get-projects nil nil t))))
(use-package gh
:ensure nil
:load-path "~/Projects/gh.el")
(use-package github-clone
:demand t)