diff options
author | noa@gaiwan.org | 2024-07-28 17:03:18 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-28 17:03:18 +0000 |
commit | 0482a92b78b272dbf79894d2cb2fa35e89b1fd67 (patch) | |
tree | c68bbd05e00badcf10174ab6419d7780d82f2e09 /config.org | |
parent | 7fd0d996ea50a49a7a2faf8e2b3123bca5b92b79 (diff) |
Don't use isearch-mb
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 0873c9e..5ce8f70 100644 --- a/config.org +++ b/config.org @@ -1589,7 +1589,7 @@ My preferred behaviour is for the point to be at the start of the match. Becaus Okay, i lied about being vanilla. I want isearch to use the minibuffer like a good normal part of emacs -#+begin_src elisp +#+begin_src elisp :tangle no (package-ensure 'isearch-mb) (setopt isearch-mb-mode t) #+end_src |