diff --git a/modules/projects/siren-projectile.el b/modules/projects/siren-projectile.el index 84a99e5..2b1e304 100644 --- a/modules/projects/siren-projectile.el +++ b/modules/projects/siren-projectile.el @@ -56,6 +56,7 @@ (projectile-sort-order 'recently-active) :config + (push "Rakefile" projectile-project-root-files) ;; Treat separate directories with Gemfiles within a single git repo as ;; separate projects. (push "Gemfile" projectile-project-root-files-bottom-up))