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, 4 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 6cf669e..dcd15d5 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -755,6 +755,10 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 (setopt isearch-lax-whitespace t)
 (setopt isearch-lazy-count t)
 
+;; Make isearch use the minibuffer like a good normal program
+(use-package isearch-mb :ensure t)
+(setopt isearch-mb-mode t)
+
 ;; (add-hook 'occur-mode-hook #'hl-line-mode)
 
 (global-set-key (kbd "M-o") 'other-window)