diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 04eb4ef..a13dd4e 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -311,6 +311,7 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified" (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 '("php" . "*.php *.inc *.module")) +(add-to-list 'grep-files-aliases '("msbuild" . "*.targets *.proj")) (if (eq system-type 'windows-nt) (require 'oni-windows-nt))