aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
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
parent9a86ed1239c592dff2bf576e137be5960a2b4dce (diff)
downloadnew-dotfiles-64916eb378326eeeb6e4d2bf6c8d5ebd18439185.tar.gz
new-dotfiles-64916eb378326eeeb6e4d2bf6c8d5ebd18439185.zip
Move grep configuration to emacs-config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el2
-rwxr-xr-xemacs/.emacs.d/os-lisp/oni-windows-nt.el6
2 files changed, 0 insertions, 8 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))
diff --git a/emacs/.emacs.d/os-lisp/oni-windows-nt.el b/emacs/.emacs.d/os-lisp/oni-windows-nt.el
index ab30331..4c92222 100755
--- a/emacs/.emacs.d/os-lisp/oni-windows-nt.el
+++ b/emacs/.emacs.d/os-lisp/oni-windows-nt.el
@@ -28,18 +28,12 @@
(require 'package)
(package-initialize)
- (require 'find-dired)
- (require 'grep)
(require 'alert)
(require 'fill-column-indicator)
(require 'sort))
(setq sort-fold-case t)
-(let ((exe (shell-quote-argument "c:/cygwin64/bin/ls.exe")))
- (setq find-ls-option
- (cons (concat "-exec " exe " -ld {} \";\"") "-ld")))
-
(with-eval-after-load 'alert
(setq alert-default-icon "c:/Users/WillemsenT/Emacs-25.1-2/share/emacs/25.1/etc/images/icons/hicolor/48x48/apps/emacs.png")
(setq alert-default-style 'toaster)