emacsorphanage / helm-gtags

GNU GLOBAL helm interface
203 stars 32 forks source link

Is it possible to set a dbpath? #179

Open jaimemachado opened 6 years ago

jaimemachado commented 6 years ago

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

syohex commented 4 years ago

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")