all repos — nixfiles @ 26f20345f819eb8da49ecc6e1eee28a617d2d90a

System and user configuration, managed by nix and home-manager

Emacs: Configure ghq

Alan Pearce
commit

26f20345f819eb8da49ecc6e1eee28a617d2d90a

parent

9f656fdbcdcbc155864b8bebe474ed29af39ff76

1 file changed, 11 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -584,6 +584,17 @@ (use-package git-timemachine
: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