helm-gtags icon indicating copy to clipboard operation
helm-gtags copied to clipboard

Is it possible to set a dbpath?

Open jaimemachado opened this issue 6 years ago • 1 comments

I would like to create my db tags files in a different path to the source code. Is it possible?

jaimemachado avatar Oct 06 '17 07:10 jaimemachado

Sorry very late reply. It is possible by following setup. However using those environment variable is not recommend by official document.

(setenv "GTAGSROOT" "your_project_root")
(setenv "GTAGSDBPATH" "your_db_path")

syohex avatar Mar 28 '20 15:03 syohex