all repos — nixfiles @ 384e602dfb942d2d6a4871f6449181d44bd0c26b

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

Emacs: Setup git autofetch

Alan Pearce
commit

384e602dfb942d2d6a4871f6449181d44bd0c26b

parent

a4dc91965e3ad4a33683a9859e83067a2441365d

1 file 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