Skip to content

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