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, 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)