Update projectile settings

This commit is contained in:
2016-01-30 12:04:54 +00:00
parent 48ea91f67a
commit 1dba34691e

View File

@@ -29,12 +29,14 @@
"savefile")))
(setq projectile-globally-ignored-files (quote ("TAGS" "*.log")))
(setq projectile-sort-order 'recently-active)
(setq projectile-mode-line
(quote (:eval (format " [%s]" (projectile-project-name)))))
(setq projectile-mode-line (quote ""))
(setq projectile-cache-file (expand-file-name
"projectile.cache" siren-savefile-dir))
;; Treat separate directories with Gemfiles within a single git repo as separate
;; projects.
(push "Gemfile" projectile-project-root-files-bottom-up)
;; Bug lets projectile write to the file, but not read from it
;; (setq projectile-known-projects-file (expand-file-name
;; "projectile-bookmarks.eld" siren-savefile-dir))