We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customizing projectile-go-function calls the given function (in my case, one that always returns nil).
projectile-go-function
projectile-go is always used. Advicing projectile-go to always return nil works.
projectile-go
(defun projectile-no-go () nil)
Customize projectile-go-function to be projectile-no-go.
projectile-no-go
20160420.1508
25.1.50.1
GNU/Linux
The text was updated successfully, but these errors were encountered:
c2785d6
No branches or pull requests
Expected behavior
Customizing
projectile-go-function
calls the given function (in my case, one that always returns nil).Actual behavior
projectile-go
is always used. Advicing projectile-go to always return nil works.Steps to reproduce the problem
Customize
projectile-go-function
to beprojectile-no-go
.Environment & Version information
Projectile version information
20160420.1508
Emacs version
25.1.50.1
Operating system
GNU/Linux
The text was updated successfully, but these errors were encountered: