aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2019-12-30 15:29:31 +0000
committerAChavali <aryadevchavali1@gmail.com>2019-12-30 15:29:31 +0000
commit0970379851ac144cac31b71efa6b60bc6876f9e3 (patch)
tree0e4e310b790b374162de2b4da3c4ae7ac8156edd
parentc739a2378f9a6fc1b717c9503263eec3a51a41ce (diff)
downloaddotfiles-0970379851ac144cac31b71efa6b60bc6876f9e3.tar.gz
dotfiles-0970379851ac144cac31b71efa6b60bc6876f9e3.tar.bz2
dotfiles-0970379851ac144cac31b71efa6b60bc6876f9e3.zip
+(readme/doc).org to projectile-project-root-files
-rw-r--r--doom.d/config.org4
1 files changed, 3 insertions, 1 deletions
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