Add tags to ignored files
This commit is contained in:
parent
528608ea8b
commit
dde34843d1
8 changed files with 27 additions and 7 deletions
|
|
@ -169,6 +169,10 @@
|
|||
(projectile-mode t)
|
||||
(require 'helm-projectile)
|
||||
|
||||
;; Reload tags when switching projects
|
||||
(add-hook 'projectile-after-switch-project-hook 'projectile-regenerate-tags)
|
||||
(setq tags-revert-without-query 1)
|
||||
|
||||
(with-eval-after-load 'helm-projectile
|
||||
(defvar helm-source-file-not-found
|
||||
(helm-build-dummy-source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue