Sfoglia il codice sorgente

Add wgrep-auto-save-buffer

master
10sr 6 anni fa
parent
commit
1f4f38ea35
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Vedi File

@@ -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"


Caricamento…
Annulla
Salva