Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@til
til / init.el
Created October 29, 2014 21:10
(defun grep-project (q)
"Search using git grep"
(interactive (list
(read-from-minibuffer "git grep: "
(if (region-active-p)
(buffer-substring-no-properties (region-beginning) (region-end))
(current-word))
nil nil 'grep-project)))
(let ((command
(concat