aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/oni-core.el b/oni-core.el
index dfc8aa9..9f194ca 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190303150119
+;; Version: 20190303195344
;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace)
;; This program is free software; you can redistribute it and/or modify
@@ -93,9 +93,6 @@
(add-to-list 'exec-path "C:/Program Files/Git/usr/bin")
(add-to-list 'exec-path "c:/cygwin64/bin")
- (setq find-program (shell-quote-argument "c:/cygwin64/bin/find.exe"))
- (setq grep-program (shell-quote-argument "c:/cygwin64/bin/grep.exe"))
- (setq grep-use-null-device nil)
(setq delete-by-moving-to-trash t)
(setq-default buffer-file-coding-system 'utf-8-unix))