helm-gtags
helm-gtags copied to clipboard
Is it possible to set a dbpath?
I would like to create my db tags files in a different path to the source code. Is it possible?
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")