Skip to content

Instantly share code, notes, and snippets.

@walkermalling
Created March 1, 2017 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walkermalling/264a3cf31598441b1491dccf3d512530 to your computer and use it in GitHub Desktop.
Save walkermalling/264a3cf31598441b1491dccf3d512530 to your computer and use it in GitHub Desktop.
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