all repos ā€” nixfiles @ 384e602dfb942d2d6a4871f6449181d44bd0c26b

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

Emacs: Setup git autofetch
Alan Pearce alan@alanpearce.uk
Fri, 11 Nov 2016 17:27:49 +0100
commit

384e602dfb942d2d6a4871f6449181d44bd0c26b

parent

a4dc91965e3ad4a33683a9859e83067a2441365d

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