FelipeLema / emacs-counsel-gtags

GNU Global with ivy completion
22 stars 5 forks source link

Few parameters for counsel-gtags-path-style #13

Open piratkin opened 3 years ago

piratkin commented 3 years ago

It would be nice to use:

(setq counsel-gtags-path-style 'abslib) or (setq counsel-gtags-path-style 'shorter)

With short (root) filenames, navigation does not work for GTAGSLIBPATH.

FelipeLema commented 3 years ago

hey, there

I think I know what you mean, but could you provide setup code and expected / received output?

FelipeLema commented 3 years ago

oh, nevermind... I think I got it