emacsorphanage / helm-ag

The silver searcher with helm interface
492 stars 76 forks source link

Setting options in helm-ag-base-command vs helm-ag-command-option #392

Open AtomicNess123 opened 2 years ago

AtomicNess123 commented 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?

(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")