emacs-configuration
emacs-configuration copied to clipboard
Call helm-etags-select after helm-projectile-switch-project
Now, I'm calling helm-projectile-find-file but maybe it could be useful to call helm-etags-select with the element at point when switching projects.
So, this way, we can jump to a method/class defined in another project in an easy way.