diff options
author | noa | 2025-01-10 17:23:36 +0800 |
---|---|---|
committer | noa | 2025-01-10 17:23:36 +0800 |
commit | 0bf7e57ef34f4c1a9f0d0ba1b2666bc3fc3546f4 (patch) | |
tree | 8f916079531c56a2f81a48943e02a87dae64ee77 /emacs | |
parent | 7ef4f29cf11ea4bb190ced019fb2a576327af654 (diff) |
Give up on isearch-mb
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/emacs/init.el b/emacs/init.el index 32f7bd0..898e767 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -606,15 +606,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (isearch-repeat-on-direction-change t) (isearch-wrap-pause 'no)) -;; I don't like the fact that isearch doesn't respect the minibuffer -(use-package isearch-mb - :ensure t - :custom - (isearch-mb-mode t)) - -(use-package visual-regexp - :ensure t) - ;; Make window management commands easier to press (global-set-key (kbd "M-o") 'other-window) (global-set-key (kbd "M-1") 'delete-other-windows) |