Emacs内からgit-grep
Emacs用のGitであれこれするようなのを使ってないので、こんなんでやってる。
(defun ggrep () (interactive) (let ((grep-find-command "PAGER='' git grep -n --no-color ")) (call-interactively 'grep-find)))
このブログは移転しました。
3秒後に移転先へとリダイレクトします。
Emacs用のGitであれこれするようなのを使ってないので、こんなんでやってる。
(defun ggrep () (interactive) (let ((grep-find-command "PAGER='' git grep -n --no-color ")) (call-interactively 'grep-find)))