Explorar el Código

emacs.el: unset view-read-only

pull/1/head
10sr hace 10 años
padre
commit
5a23d5d51f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver fichero

@@ -1098,7 +1098,7 @@ found, otherwise returns nil."
(define-key view-mode-map (kbd "C-m") 'my-rgrep-symbol-at-point)
))
(global-set-key "\M-r" 'view-mode)
(setq view-read-only t)
;; (setq view-read-only t)

;; (defun my-view-mode-search-word (word)
;; "Search for word current directory and subdirectories.


Cargando…
Cancelar
Guardar