Skip to content

Instantly share code, notes, and snippets.

@tom-a
Created February 19, 2015 02:12
Show Gist options
  • Save tom-a/ed1aab04e88f97159aa9 to your computer and use it in GitHub Desktop.
Save tom-a/ed1aab04e88f97159aa9 to your computer and use it in GitHub Desktop.
howmでgrepを使う
(setq howm-process-coding-system 'utf-8-unix)
(setq howm-view-fgrep-command "c:/ProgramFiles/Git/bin/grep.exe")
(setq howm-view-grep-command "c:/ProgramFiles/Git/bin/grep.exe")
(setq howm-view-use-grep t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment