Explorar el Código

Add wgrep-auto-save-buffer

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

+ 2
- 1
emacs.el Ver fichero

@@ -821,7 +821,8 @@ found, otherwise returns nil."
;; Include some extra modes
(require 'generic-x)

(when (safe-require-or-eval 'wgrep)
(when (autoload-eval-lazily 'wgrep)
(set-variable 'wgrep-auto-save-buffer t)
(defvar grep-mode-map)
(define-key grep-mode-map
"e"


Cargando…
Cancelar
Guardar