Emacs: Setup git autofetch
Alan Pearce alan@alanpearce.uk
Fri, 11 Nov 2016 17:27:49 +0100
1 files changed, 11 insertions(+), 0 deletions(-)
jump to
M tag-emacs/emacs.d/init.org ā tag-emacs/emacs.d/init.org
@@ -387,6 +387,17 @@ projectile-remember-window-configs t projectile-completion-system 'ivy))) #+END_SRC +*** projectile-git-autofetch + +Automatically fetch repositories Iām working on. + +#+BEGIN_SRC emacs-lisp + (use-package projectile-git-autofetch + :config (progn + (setq projectile-git-autofetch-projects 'open) + (projectile-git-autofetch-mode 1))) +#+END_SRC + ** perspective This package makes buffer-switching inside of projects make sense, by