diff options
author | noa | 2024-10-13 18:41:09 +0800 |
---|---|---|
committer | noa | 2024-10-13 18:41:09 +0800 |
commit | a35951994c7566f41972ac0fff0ad40c0627a666 (patch) | |
tree | 11c8e152d885f8555c58977fb26bde5261ce1325 | |
parent | b0882f3d4c6d54d611ee5d27c0fe2d1bf771c50d (diff) |
Don't use space as a universal wildcard in isearch
-rw-r--r-- | emacs/init.el | 1 |
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) |