aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2019-12-30 14:39:24 +0000
committerAChavali <aryadevchavali1@gmail.com>2019-12-30 14:52:18 +0000
commit049a68cde1599827aa2b8d62709bf9e3507130f3 (patch)
treedd0527e87624083dba60f33af2e2fc663ff5fbf8
parent1c15c53893408f9bd05d2b9e15aad1568214e523 (diff)
downloaddotfiles-049a68cde1599827aa2b8d62709bf9e3507130f3.tar.gz
dotfiles-049a68cde1599827aa2b8d62709bf9e3507130f3.tar.bz2
dotfiles-049a68cde1599827aa2b8d62709bf9e3507130f3.zip
+CMakeLists.txt 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 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