From ec280fbadedab0e73f6a308418e88b456f60d7f6 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 10 Nov 2021 10:33:23 +0000 Subject: [PATCH] chore(projects/projectile): remove no longer needed root file config --- modules/projects/siren-projectile.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/projects/siren-projectile.el b/modules/projects/siren-projectile.el index 222b01c..43d394c 100644 --- a/modules/projects/siren-projectile.el +++ b/modules/projects/siren-projectile.el @@ -53,9 +53,6 @@ (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) ;; Customize marginalia if loaded.