summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa2024-10-13 18:41:09 +0800
committernoa2024-10-13 18:41:09 +0800
commita35951994c7566f41972ac0fff0ad40c0627a666 (patch)
tree11c8e152d885f8555c58977fb26bde5261ce1325 /emacs/init.el
parentb0882f3d4c6d54d611ee5d27c0fe2d1bf771c50d (diff)
Don't use space as a universal wildcard in isearch
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)