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 -'m' is right next to ',', so may as well use one tap instead of two +- 'm' is right next to ',', so may as well use one tap instead of two +- Projectile tags commands * Theming #+BEGIN_SRC emacs-lisp