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

Add variables for grep command and args. #1489

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

jsparkes
Copy link
Contributor

I have added grep-command and grep-args for customizing the grep command. This is useful for windows, which doesn't have grep by default. I exported the variables, not sure if that's desired.

An alternative would be to rename last-query to grep-command and put the entire command in there. Let me know if you would prefer that.

I have added the following to my init.lisp:
#+win32
(setq grep-command "c:/cygwin64/bin/grep.exe")

@cxxxr cxxxr merged commit 5e202ad into lem-project:main Aug 17, 2024
2 checks passed
@cxxxr
Copy link
Member

cxxxr commented Aug 17, 2024

Thank you.

@vindarel vindarel changed the title Add variables for git command and args. Add variables for grep command and args. Aug 18, 2024
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

Successfully merging this pull request may close these issues.

2 participants