~Projectile generate tags command

Now using universal-ctags (better support, etc)
This commit is contained in:
oreodave
2019-08-05 02:09:58 +01:00
parent 987cf5b217
commit 26eaa61a71

View File

@@ -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
- '<SPC>m' is right next to ',', so may as well use one tap instead of two
- Projectile tags commands