From 814052c8d73cfb6a5bc702a56041314b5f55aad4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 19 Jun 2016 21:32:04 -0700 Subject: [PATCH] Add new github-clone commands See https://github.com/dgtized/github-clone.el/pull/19 --- dotfiles/emacs.d/README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index fd6b940f..4af84a56 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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