Explorar el Código

Fix wgrep config

master
10sr hace 5 años
padre
commit
a48c3be550
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 5 adiciones y 4 borrados
  1. +5
    -4
      emacs.el

+ 5
- 4
emacs.el Ver fichero

@@ -823,10 +823,11 @@ found, otherwise returns nil."

(when (autoload-eval-lazily 'wgrep)
(set-variable 'wgrep-auto-save-buffer t)
(defvar grep-mode-map)
(define-key grep-mode-map
"e"
'wgrep-change-to-wgrep-mode))
(with-eval-after-load 'grep
(defvar grep-mode-map)
(define-key grep-mode-map
"e"
'wgrep-change-to-wgrep-mode)))

(with-eval-after-load 'remember
(defvar remember-mode-map (make-sparse-keymap))


Cargando…
Cancelar
Guardar