From 674db93b406ddd6725c3bce4493df3eaabd99027 Mon Sep 17 00:00:00 2001 From: oreodave Date: Mon, 29 Jul 2019 16:14:58 +0100 Subject: ~Projectile tags command Put the excludes into the command, projectile-tags-exclude-patterns doesn't seem to work --- doom.d/config.org | 3 +-- 1 file changed, 1 insertion(+), 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 - 'm' is right next to ',', so may as well use one tap instead of two - Projectile tags commands -- cgit v1.2.3-13-gbd6f