Use strict whitespace matching in isearch

This is less confusing for me :)
This commit is contained in:
Daniel - 2024-01-19 17:12:48 +01:00
parent 5214d7ceee
commit 8aa29be427
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 1 deletions

View File

@ -2308,7 +2308,8 @@ eventuelly be set to nil, however)."
(use-package isearch
:init (setq isearch-allow-scroll t
isearch-lazy-count t
search-whitespace-regexp "[ \t\r\n]+"))
isearch-lax-whitespace nil
isearch-regexp-lax-whitespace nil))
(use-package goto-last-change
:commands goto-last-change)