diff options
-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 |