From cb286a0374cecbb898dbea9795d170c6db8b9316 Mon Sep 17 00:00:00 2001 From: oreodave Date: Sun, 28 Jul 2019 00:04:56 +0100 Subject: +projectile-tags config such as command --- doom.d/config.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doom.d/config.org') 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 -- cgit v1.2.3-13-gbd6f