summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2024-09-18 09:19:42 +0800
committernoa2024-09-18 09:19:42 +0800
commit557919a11099388c671227fa32883f3835b410d2 (patch)
tree6e3c2cda254b61cffe0a5dc4f73fe308891790a0 /emacs
parent2b1a9436e84efeaed2c5f68fca0e5dca7d159c4f (diff)
Remove unused isearch-mb configuration
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 5d86c6c..8e0db1d 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -593,10 +593,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
 (setopt isearch-repeat-on-direction-change t)
 (setopt isearch-wrap-pause 'no)
 
-;; Okay, i lied about being vanilla.  I want isearch to use the minibuffer like a good normal part of emacs
-
-;; (package-ensure 'isearch-mb)
-;; (setopt isearch-mb-mode t)
 (global-set-key (kbd "M-o") 'other-window)
 (global-set-key (kbd "C-x k") 'kill-current-buffer)