+projectile-tags config such as command
This commit is contained in:
@@ -19,8 +19,11 @@ overall coding in emacs.
|
|||||||
* Global variables
|
* Global variables
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq doom-localleader-key ",")
|
(setq doom-localleader-key ",")
|
||||||
|
(setq projectile-tags-exclude-patterns '("Makefile", "package.json", "node_modules/**"))
|
||||||
|
(setq projectile-tags-command "ctags-exuberant -R -e .")
|
||||||
#+END_SRC
|
#+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
|
* Theming
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|||||||
Reference in New Issue
Block a user