Sfoglia il codice sorgente

Add grep-context

master
10sr 5 anni fa
parent
commit
1699a15140
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el Vedi File

@@ -1000,6 +1000,9 @@ found, otherwise returns nil."
"e"
'wgrep-change-to-wgrep-mode)))

(when (fboundp 'grep-context-mode)
(add-hook 'compilation-mode-hook #'grep-context-mode))

(with-eval-after-load 'remember
(defvar remember-mode-map (make-sparse-keymap))
(define-key remember-mode-map (kbd "C-x C-s") 'ignore))


Caricamento…
Annulla
Salva