diff options
author | Alan Pearce | 2017-04-23 21:30:59 +0200 |
---|---|---|
committer | Alan Pearce | 2017-04-23 21:30:59 +0200 |
commit | 26f20345f819eb8da49ecc6e1eee28a617d2d90a (patch) | |
tree | dceaedd1df1d7d7a1f134b28ad341ba5f55e12c7 /emacs | |
parent | 9f656fdbcdcbc155864b8bebe474ed29af39ff76 (diff) | |
download | nixfiles-26f20345f819eb8da49ecc6e1eee28a617d2d90a.tar.lz nixfiles-26f20345f819eb8da49ecc6e1eee28a617d2d90a.tar.zst nixfiles-26f20345f819eb8da49ecc6e1eee28a617d2d90a.zip |
Emacs: Configure ghq
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index a15a0c03..f37a8183 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 |