aboutsummaryrefslogtreecommitdiff
path: root/doom.d
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-07-28 00:04:56 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-07-28 00:04:56 +0100
commitcb286a0374cecbb898dbea9795d170c6db8b9316 (patch)
tree31cd8f6ded8ca0f4e03bd4e23846e35711eec864 /doom.d
parentabdbfa9d36a4256a672db011612a8233ee725836 (diff)
downloaddotfiles-cb286a0374cecbb898dbea9795d170c6db8b9316.tar.gz
dotfiles-cb286a0374cecbb898dbea9795d170c6db8b9316.tar.bz2
dotfiles-cb286a0374cecbb898dbea9795d170c6db8b9316.zip
+projectile-tags config such as command
Diffstat (limited to 'doom.d')
-rw-r--r--doom.d/config.org5
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