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
In trying to fix this, what is the difference between adding options in helm-ag-base-command as opposed to in helm-ag-command-option?
helm-ag-base-command
helm-ag-command-
(setq helm-ag-base-command "ag --nocolor --nogroup --ignore-case --recursive")
and having
(setq helm-ag-base-command "ag") (setq helm-ag-command-option "--nocolor --nogroup --ignore-case --recursive")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In trying to fix this, what is the difference between adding options in
helm-ag-base-command
as opposed to inhelm-ag-command-
option?(setq helm-ag-base-command "ag --nocolor --nogroup --ignore-case --recursive")
and having
The text was updated successfully, but these errors were encountered: