diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-05 02:09:58 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-05 02:09:58 +0100 |
commit | 26eaa61a713f0e72c059b571aee06ada064fc436 (patch) | |
tree | f245c3a9fbb64803a28b546d6185618db75611ab | |
parent | 987cf5b21786899656ab22e19dd32b4b2dcb501b (diff) | |
download | dotfiles-26eaa61a713f0e72c059b571aee06ada064fc436.tar.gz dotfiles-26eaa61a713f0e72c059b571aee06ada064fc436.tar.bz2 dotfiles-26eaa61a713f0e72c059b571aee06ada064fc436.zip |
~Projectile generate tags command
Now using universal-ctags (better support, etc)
-rw-r--r-- | doom.d/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
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 - '<SPC>m' is right next to ',', so may as well use one tap instead of two - Projectile tags commands |