summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index c20ebdb..7ccb79b 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -577,7 +577,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
           (funcall #'isearch-done nopush edit)
           (when isearch-forward (goto-char isearch-other-end)))
   :custom
-  (search-whitespace-regexp ".*?")
   (isearch-lax-whitespace t)
   (isearch-lazy-count t)
   (isearch-allow-motion t)