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)
|
||||
(gitolite-clone-get-projects nil nil t))))
|
||||
|
||||
(use-package gh
|
||||
:ensure nil
|
||||
:load-path "~/Projects/gh.el")
|
||||
|
||||
(use-package github-clone
|
||||
:demand t)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user