Enable caching and better TAGS generation in Projectile

This commit is contained in:
Dimitri Lozeve 2020-09-11 12:48:51 +02:00
parent ad3210470d
commit 528bbfb8f2

View file

@ -202,6 +202,8 @@
:init
(setq projectile-completion-system 'ivy)
:config
(setq projectile-enable-caching t)
(setq projectile-tags-command "ctags-exuberant -Re")
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
(projectile-mode +1))