Add new github-clone commands

See https://github.com/dgtized/github-clone.el/pull/19
This commit is contained in:
Ivan Malison 2016-06-19 21:32:04 -07:00
parent f90074a92e
commit 814052c8d7

View File

@ -1774,7 +1774,11 @@ I use helm for almost all emacs completion
*** github-clone
#+BEGIN_SRC emacs-lisp
(use-package github-clone
:commands github-clone)
:commands (github-clone-add-parent-remote
github-clone-add-source-remote
github-clone-fork-remote
github-clone-add-existing-remote
github-clone))
#+END_SRC
*** github-notifier
#+BEGIN_SRC emacs-lisp