From 384e602dfb942d2d6a4871f6449181d44bd0c26b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 11 Nov 2016 17:27:49 +0100 Subject: Emacs: Setup git autofetch --- tag-emacs/emacs.d/init.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index ddf5ea68..5e6b9953 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -387,6 +387,17 @@ based upon some folder conventions I use. 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 -- cgit 1.4.1