aboutsummaryrefslogtreecommitdiff
path: root/doom.d/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/config.org')
-rw-r--r--doom.d/config.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index e10625f..97a872a 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -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