Skip to content
New issue

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

how to set deadgrep-executable? #133

Closed
qbai opened this issue Mar 19, 2023 · 1 comment
Closed

how to set deadgrep-executable? #133

qbai opened this issue Mar 19, 2023 · 1 comment

Comments

@qbai
Copy link

qbai commented Mar 19, 2023

how to set deadgrep-executable, I used the following line but not work.

(setq deadgrep-executable "/usr/bin/rg -i --color always -C 2 -e")

@Wilfred
Copy link
Owner

Wilfred commented Mar 20, 2023

deadgrep-executable is only for the path to the executable, not for arguments. This should do what you want:

(setq deadgrep-executable "/usr/bin/rg")

@Wilfred Wilfred closed this as completed Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants