HELM-GTAGS: set auto update to true

This commit is contained in:
laurensmiers 2020-02-04 10:46:51 +01:00
parent 10d45c2d8c
commit 21ac5f6b78

View file

@ -788,7 +788,7 @@ https://github.com/bbatsov/projectile
(add-hook 'java-mode-hook 'helm-gtags-mode)
(add-hook 'asm-mode-hook 'helm-gtags-mode)
(custom-set-variables '(helm-gtags-auto-update t))
(setq helm-gtags-auto-update t)
)
#+END_SRC