From 049a68cde1599827aa2b8d62709bf9e3507130f3 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 14:39:24 +0000 Subject: +CMakeLists.txt to projectile-project-root-files --- doom.d/config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-13-gbd6f