+projectile-tags config such as command

This commit is contained in:
oreodave
2019-07-28 00:04:56 +01:00
parent abdbfa9d36
commit cb286a0374

View File

@@ -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