Kentaro Kuribayashi's blog

Software Engineering, Management, Books, and Daily Journal.

Entries from 2010-02-19 to 1 day

Emacs内からgit-grep

Emacs用のGitであれこれするようなのを使ってないので、こんなんでやってる。 (defun ggrep () (interactive) (let ((grep-find-command "PAGER='' git grep -n --no-color ")) (call-interactively 'grep-find)))