~Projectile tags command

Put the excludes into the command, projectile-tags-exclude-patterns
doesn't seem to work
This commit is contained in:
oreodave
2019-07-29 16:14:58 +01:00
parent 6e8c906636
commit 674db93b40

View File

@@ -19,8 +19,7 @@ overall coding in emacs.
* Global variables
#+BEGIN_SRC emacs-lisp
(setq doom-localleader-key ",")
(setq projectile-tags-exclude-patterns '("Makefile", "package.json", "node_modules/**"))
(setq projectile-tags-command "ctags-exuberant -R -e .")
(setq projectile-tags-command "ctags-exuberant -R -e . --exclude=Makefile --exclude=node_modules --exclude=bin --exclude=obj --exclude=dist")
#+END_SRC
- '<SPC>m' is right next to ',', so may as well use one tap instead of two
- Projectile tags commands