Open AtomicNess123 opened 2 years ago
In trying to fix this, what is the difference between adding options in helm-ag-base-command as opposed to inhelm-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")
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