Move js and css grep-file-aliases to emacs-config

This commit is contained in:
Tom Willemse 2019-02-19 00:42:19 -08:00
parent d15682f674
commit 4b39099a75

View file

@ -269,8 +269,6 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(add-hook 'html-mode-hook 'electric-pair-local-mode)
(add-to-list 'grep-files-aliases '("js" . "*.js *.jsx *.json"))
(add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss"))
(add-to-list 'grep-files-aliases '("msbuild" . "*.targets *.proj"))
(add-hook 'before-save-hook 'time-stamp)