summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-04-23 21:30:59 +0200
committerAlan Pearce2017-04-23 21:30:59 +0200
commit26f20345f819eb8da49ecc6e1eee28a617d2d90a (patch)
treedceaedd1df1d7d7a1f134b28ad341ba5f55e12c7 /emacs
parent9f656fdbcdcbc155864b8bebe474ed29af39ff76 (diff)
downloaddotfiles-26f20345f819eb8da49ecc6e1eee28a617d2d90a.tar.lz
dotfiles-26f20345f819eb8da49ecc6e1eee28a617d2d90a.tar.zst
dotfiles-26f20345f819eb8da49ecc6e1eee28a617d2d90a.zip
Emacs: Configure ghq
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index a15a0c0..f37a818 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -584,6 +584,17 @@ a particular way, but it changed later.
   :commands git-timemachine)
 #+END_SRC
 
+** ghq
+
+[[https://github.com/motemen/ghq][=ghq=]] clones VCS-backed projects to a common directory.  It should
+seem familiar to anyone who's used =go get= before.  [[https://github.com/rcoedo/emacs-ghq][=emacs-ghq=]] is a
+simple wrapper for it.
+
+#+BEGIN_SRC emacs-lisp
+(use-package ghq
+  :if (executable-find "ghq"))
+#+END_SRC
+
 * Files
 
 ** Auto-saving