Created
March 1, 2017 00:32
-
-
Save walkermalling/264a3cf31598441b1491dccf3d512530 to your computer and use it in GitHub Desktop.
config emacs grep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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