diff options
author | Alan Pearce | 2016-03-06 18:23:16 +0100 |
---|---|---|
committer | Alan Pearce | 2016-03-06 18:23:16 +0100 |
commit | d8a2cd6ba309aaeae238b36c59b61f8968c70333 (patch) | |
tree | d8b95a4975d916ba6fee063b2073c73e30f64bdc /tag-emacs/emacs.d | |
parent | 54057e2086a7d7686ebb1343c11f7ee0e7436a15 (diff) | |
download | nixfiles-d8a2cd6ba309aaeae238b36c59b61f8968c70333.tar.lz nixfiles-d8a2cd6ba309aaeae238b36c59b61f8968c70333.tar.zst nixfiles-d8a2cd6ba309aaeae238b36c59b61f8968c70333.zip |
Emacs: Ignore .stversions folders in projectile
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 50d35baf..bf1edaf6 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) |