forked from colonelpanic/dotfiles
load gh from projects when possible
This commit is contained in:
parent
db96469bfb
commit
3ccda6aa89
@ -1744,6 +1744,10 @@ I use helm for almost all emacs completion
|
|||||||
(interactive)
|
(interactive)
|
||||||
(gitolite-clone-get-projects nil nil t))))
|
(gitolite-clone-get-projects nil nil t))))
|
||||||
|
|
||||||
|
(use-package gh
|
||||||
|
:ensure nil
|
||||||
|
:load-path "~/Projects/gh.el")
|
||||||
|
|
||||||
(use-package github-clone
|
(use-package github-clone
|
||||||
:demand t)
|
:demand t)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user