From 9da2e61f695552af9f4e30d34e9e9f64b68af728 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 15 Nov 2018 11:04:33 -0800 Subject: Add msbuild files to grep aliases --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') 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)) -- cgit v1.2.3-54-g00ecf