Move js and css grep-file-aliases to emacs-config
This commit is contained in:
parent
d15682f674
commit
4b39099a75
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue