Remove hook of regenerating tags since it make emacs slow

This commit is contained in:
Maciej Szlosarczyk 2017-10-03 23:19:06 +03:00
parent dde34843d1
commit 7278df5a57
No known key found for this signature in database
GPG key ID: 94798DD7F02D70C1

View file

@ -170,7 +170,6 @@
(require 'helm-projectile) (require 'helm-projectile)
;; Reload tags when switching projects ;; Reload tags when switching projects
(add-hook 'projectile-after-switch-project-hook 'projectile-regenerate-tags)
(setq tags-revert-without-query 1) (setq tags-revert-without-query 1)
(with-eval-after-load 'helm-projectile (with-eval-after-load 'helm-projectile