summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index e2961d9..05d54c8 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -614,7 +614,9 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 
 ;; I don't like the fact that isearch doesn't respect the minibuffer
 (use-package isearch-mb
-  :ensure t)
+  :ensure t
+  :custom
+  (isearch-mb-mode t))
 
 (use-package visual-regexp
   :ensure t)