From 0970379851ac144cac31b71efa6b60bc6876f9e3 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 15:29:31 +0000 Subject: +(readme/doc).org to projectile-project-root-files --- doom.d/config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doom.d/config.org') diff --git a/doom.d/config.org b/doom.d/config.org index 04b883f..a2f96bc 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -128,7 +128,9 @@ but put into its own procedure because I don't want it active all the time. :initial-value "exctags -Re ") ) (setq projectile-tags-command (oreodave/config/construct-tags)) - (cl-pushnew "CMakeLists.txt" projectile-project-root-files :test #'string=)) + (cl-pushnew "CMakeLists.txt" projectile-project-root-files :test #'string=) + (cl-pushnew "README.org" projectile-project-root-files :test #'string=) + (cl-pushnew "doc.org" projectile-project-root-files :test #'string=)) #+END_SRC Really simple, just want to set projectile-tags-command when projectile has -- cgit v1.2.3-13-gbd6f