From 0f10bdbcb844bbacf6a2f134838f030f31944018 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Sat, 15 Jun 2024 00:39:57 +0000 Subject: Make isearch use the minibuffer with isearch-mb --- emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit 1.4.1-2-gfad0