diff options
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
