Customize handling of whitespace
Ignore spaces, tabs, and newlines.
(with-eval-after-load 'isearch
(setopt isearch-lax-whitespace t
search-whitespace-regexp "[ \t\r\n]+"))
Ignore spaces, tabs, and newlines.
(with-eval-after-load 'isearch
(setopt isearch-lax-whitespace t
search-whitespace-regexp "[ \t\r\n]+"))