summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-03-06 18:23:16 +0100
committerAlan Pearce2016-03-06 18:23:16 +0100
commitd8a2cd6ba309aaeae238b36c59b61f8968c70333 (patch)
treed8b95a4975d916ba6fee063b2073c73e30f64bdc /tag-emacs/emacs.d
parent54057e2086a7d7686ebb1343c11f7ee0e7436a15 (diff)
downloaddotfiles-d8a2cd6ba309aaeae238b36c59b61f8968c70333.tar.lz
dotfiles-d8a2cd6ba309aaeae238b36c59b61f8968c70333.tar.zst
dotfiles-d8a2cd6ba309aaeae238b36c59b61f8968c70333.zip
Emacs: Ignore .stversions folders in projectile
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 50d35ba..bf1edaf 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -361,6 +361,7 @@ based upon some folder conventions I use.
     :init (projectile-global-mode)
     :diminish projectile-mode
     :config (progn
+              (add-to-list 'projectile-globally-ignored-directories ".stversions")
               (defun ap/subfolder-projects (dir)
                 (--map (file-relative-name it dir)
                        (-filter (lambda (subdir)