diff options
| -rw-r--r-- | .emacs | 3 | ||||
| -rw-r--r-- | .emacs-custom.el | 1 |
2 files changed, 2 insertions, 2 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 diff --git a/.emacs-custom.el b/.emacs-custom.el index 08b0d69..c582632 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -49,7 +49,6 @@ '(scroll-bar-mode nil) '(scroll-conservatively 10) '(scroll-preserve-screen-position t) - '(search-default-mode 'char-fold-to-regexp) '(send-mail-function 'smtpmail-send-it) '(show-paren-mode t) '(split-width-threshold 120) |
