Sunday, June 9, 2019

emacs grep on windows (with helm too)

(grep-apply-setting 'grep-command "c:\\\"Program Files\"\\Git\\usr\\bin\\grep.exe -n -i ")

(setq helm-grep-default-command (concat "c:\\\"Program Files\"\\Git\\usr\\bin\\" helm-grep-default-command))

No comments:

Post a Comment