summaryrefslogtreecommitdiff
path: root/.emacs.d/init-spw.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-25 12:15:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-25 12:15:35 -0700
commite1924ec7c07e374964c185ceb0fd28d87a49d44e (patch)
tree19efe347ea5a62556c87a770ba0862a29e4d7a87 /.emacs.d/init-spw.el
parentc16b2d5438a33983b1fc56a772a90b6bf6862890 (diff)
downloaddotfiles-e1924ec7c07e374964c185ceb0fd28d87a49d44e.tar.gz
idea about spw/clone-repo
Diffstat (limited to '.emacs.d/init-spw.el')
-rw-r--r--.emacs.d/init-spw.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el
index 3dbe8f22..eceec454 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init-spw.el
@@ -1503,6 +1503,7 @@ remote hosts, to avoid having to roundtrip all the data."
(mapcan #'dirs-below contents)))))
(dirs-below (expand-file-name "~/src")))))
+;; would be useful to have `mr -fd foo co' support
(defun spw/clone-repo (command destination source)
(interactive (list (completing-read "Method: "
'("git clone" "dgit clone" "debcheckout")