From 26eaa61a713f0e72c059b571aee06ada064fc436 Mon Sep 17 00:00:00 2001 From: oreodave Date: Mon, 5 Aug 2019 02:09:58 +0100 Subject: ~Projectile generate tags command Now using universal-ctags (better support, etc) --- doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom.d/config.org b/doom.d/config.org index 97a872a..95d356b 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -19,7 +19,7 @@ overall coding in emacs. * Global variables #+BEGIN_SRC emacs-lisp (setq doom-localleader-key ",") -(setq projectile-tags-command "ctags-exuberant -R -e . --exclude=Makefile --exclude=node_modules --exclude=bin --exclude=obj --exclude=dist") +(setq projectile-tags-command "exctags -Re --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