Closed yehe01 closed 8 years ago
Following are the code in config/default-bindings.el:
(define-key isearch-mode-map (kbd "C-o") (lambda () (interactive) (let ((case-fold-search isearch-case-fold-search)) (occur (if isearch-regexp isearch-string (regexp-quote isearch-string))))))
After using "C-o" in search-mode, popup window occurs and disappears and original buffer becomes read-only.
Ever figure anything out? My buffer is also becoming read-only. The trigger is different though.
Following are the code in config/default-bindings.el:
After using "C-o" in search-mode, popup window occurs and disappears and original buffer becomes read-only.