diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-28 00:04:56 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-28 00:04:56 +0100 |
commit | cb286a0374cecbb898dbea9795d170c6db8b9316 (patch) | |
tree | 31cd8f6ded8ca0f4e03bd4e23846e35711eec864 | |
parent | abdbfa9d36a4256a672db011612a8233ee725836 (diff) | |
download | dotfiles-cb286a0374cecbb898dbea9795d170c6db8b9316.tar.gz dotfiles-cb286a0374cecbb898dbea9795d170c6db8b9316.tar.bz2 dotfiles-cb286a0374cecbb898dbea9795d170c6db8b9316.zip |
+projectile-tags config such as command
-rw-r--r-- | doom.d/config.org | 5 |
1 files changed, 4 insertions, 1 deletions
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 -'<SPC>m' is right next to ',', so may as well use one tap instead of two +- '<SPC>m' is right next to ',', so may as well use one tap instead of two +- Projectile tags commands * Theming #+BEGIN_SRC emacs-lisp |