From 1a5896650cbfa7941c14575226a36518a066b1da Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 30 Dec 2022 23:31:58 +0100 Subject: Port sneaky isearch setting to use-package --- .emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index 10f1b2a..b810d3c 100644 --- a/.emacs +++ b/.emacs @@ -728,7 +728,8 @@ :delight "🔍" :custom (isearch-allow-scroll t) - (isearch-lazy-count t)) + (isearch-lazy-count t) + (search-default-mode 'char-fold-to-regexp)) (use-package magit :custom -- cgit v1.2.3