diff options
author | Alan Pearce | 2016-12-07 09:28:25 +0100 |
---|---|---|
committer | Alan Pearce | 2016-12-07 09:28:25 +0100 |
commit | cfd231c8243c5f90182c78afc7acdc40cf4355dd (patch) | |
tree | 1d3c1f41599691846c14e998005dd0bafa190cd8 /tag-emacs/emacs.d | |
parent | a9f8643e5436256c9abb8506eb78af95b6a379fc (diff) | |
download | dotfiles-cfd231c8243c5f90182c78afc7acdc40cf4355dd.tar.lz dotfiles-cfd231c8243c5f90182c78afc7acdc40cf4355dd.tar.zst dotfiles-cfd231c8243c5f90182c78afc7acdc40cf4355dd.zip |
Emacs: Remove projectile-git-autofetch
Has problems with waking from sleep
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 82a2c0e..bdea6d6 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -429,17 +429,6 @@ 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 |