Enable caching and better TAGS generation in Projectile
This commit is contained in:
parent
ad3210470d
commit
528bbfb8f2
1 changed files with 2 additions and 0 deletions
2
init.el
2
init.el
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue