diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 4 |
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) |