From 21ac5f6b785520ec80510f776e99af66ff9f41ec Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Tue, 4 Feb 2020 10:46:51 +0100 Subject: [PATCH] HELM-GTAGS: set auto update to true --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index d4b7a27..7d50132 100644 --- a/config.org +++ b/config.org @@ -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