diff options
-rw-r--r-- | doom.d/config.org | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 70b86a8..a19b53b 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -19,8 +19,11 @@ 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 .") #+END_SRC -'<SPC>m' is right next to ',', so may as well use one tap instead of two +- '<SPC>m' is right next to ',', so may as well use one tap instead of two +- Projectile tags commands * Theming #+BEGIN_SRC emacs-lisp |