Skip to content

Instantly share code, notes, and snippets.

@walkermalling
Created March 1, 2017 00:32
Embed
What would you like to do?
config emacs grep
(eval-after-load 'grep
'(progn
(add-to-list 'grep-files-aliases
'("js" . "*.js *.json"))
(add-to-list 'grep-files-aliases
'("hbs" . "*.hbs"))
(grep-apply-setting 'grep-command "grep -nrH")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment