mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Update projectile settings
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user