summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKรฉvin Le Gouguec <kevin.legouguec@gmail.com>2022-12-30 23:31:58 +0100
committerKรฉvin Le Gouguec <kevin.legouguec@gmail.com>2022-12-30 23:31:58 +0100
commit1a5896650cbfa7941c14575226a36518a066b1da (patch)
tree9ffe106a2966d6b393630983032a1a7a5ef577d4
parente586033a8f8e44142ab9d14108c78abfa3e976dc (diff)
downloaddotfiles-1a5896650cbfa7941c14575226a36518a066b1da.tar.xz
Port sneaky isearch setting to use-package
-rw-r--r--.emacs3
-rw-r--r--.emacs-custom.el1
2 files changed, 2 insertions, 2 deletions
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
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)