aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-03-04 01:15:00 -0800
committerGravatar Tom Willemse2019-03-04 01:15:00 -0800
commit64916eb378326eeeb6e4d2bf6c8d5ebd18439185 (patch)
tree2971da394a1acc29ea4af1bbe04f0d32399d8f11 /emacs/.emacs.d/init.el
parent9a86ed1239c592dff2bf576e137be5960a2b4dce (diff)
downloadnew-dotfiles-64916eb378326eeeb6e4d2bf6c8d5ebd18439185.tar.gz
new-dotfiles-64916eb378326eeeb6e4d2bf6c8d5ebd18439185.zip
Move grep configuration to emacs-config
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 24125a6..9ab16c1 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -76,8 +76,6 @@
(add-hook 'html-mode-hook 'electric-pair-local-mode)
-(add-to-list 'grep-files-aliases '("msbuild" . "*.targets *.proj"))
-
(if (eq system-type 'windows-nt)
(require 'oni-windows-nt))