summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 27e4ea1..6cac7da 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -213,8 +213,7 @@
'(gc-cons-threshold 10000000)
'(global-diff-hl-mode t)
'(global-git-gutter-mode t)
- '(grep-find-command
- "find . -type f -not -name \"*.svn-base\" -print0 | xargs -0 grep -I -n -s -F ")
+ '(grep-find-command "find . -type f -print0 | xargs -0 grep -I -n -s -F ")
'(indicate-empty-lines t)
'(inhibit-startup-screen t)
'(initial-major-mode 'fundamental-mode)