Selaa lähdekoodia

Use isearch-del-char

master
10sr 6 vuotta sitten
vanhempi
commit
69c58da36a
Allekirjoittanut: 10sr GPG Key ID: 7BEC428194130EB2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Näytä tiedosto

@@ -1051,7 +1051,7 @@ found, otherwise returns nil."
;; (kbd "C-k") 'isearch-other-control-char)
;; (define-key isearch-mode-map
;; (kbd "C-h") 'isearch-other-control-char)
(define-key isearch-mode-map (kbd "C-h") 'isearch-delete-char)
(define-key isearch-mode-map (kbd "C-h") 'isearch-del-char)
(define-key isearch-mode-map (kbd "M-r")
'isearch-query-replace-regexp)
;; do not cleanup isearch highlight: use `lazy-highlight-cleanup' to remove


Ladataan…
Peruuta
Tallenna