aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6690a62..b133af9 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -127,12 +127,14 @@ but put into its own procedure because I don't want it active all the time.
(reduce (lambda (x y) (concat x y)) (mapcar (lambda (i) (concat " --exclude=" i)) oreodave-tags-alist)
:initial-value "exctags -Re ")
)
- (setq projectile-tags-command (oreodave/config/construct-tags)))
+ (setq projectile-tags-command (oreodave/config/construct-tags))
+ (cl-pushnew "CMakeLists.txt" projectile-project-root-files :test #'string=))
#+END_SRC
Really simple, just want to set projectile-tags-command when projectile has
loaded, and easily add new ignores if necessary. Add a new ignore to the tags-alist.
+Add a few items to the projectile-root-files list
** DAP
#+BEGIN_SRC elisp
(after! dap-mode