diff options
author | Alan Pearce | 2016-03-11 11:30:22 +0100 |
---|---|---|
committer | Alan Pearce | 2016-03-11 11:30:22 +0100 |
commit | 1619b49880bcf99f522306ce33a78eb233b30952 (patch) | |
tree | 975878a3e47d4cabe0a2dfd1550e06c40749c132 /tag-emacs | |
parent | 74a696ac9835cd802628a49fbfc4f8cf333432ea (diff) | |
parent | d8a2cd6ba309aaeae238b36c59b61f8968c70333 (diff) | |
download | nixfiles-1619b49880bcf99f522306ce33a78eb233b30952.tar.lz nixfiles-1619b49880bcf99f522306ce33a78eb233b30952.tar.zst nixfiles-1619b49880bcf99f522306ce33a78eb233b30952.zip |
Merge branch 'master' of github.com:alanpearce/dotfiles
Diffstat (limited to 'tag-emacs')
-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 4bbac2de..b9ae3ec1 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -414,6 +414,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) |