Explorar el Código

Use view-mode

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

+ 2
- 2
emacs.el Ver fichero

@@ -1,6 +1,6 @@
;;; emacs.el --- 10sr emacs initialization

;; Time-stamp: <2018-10-15 14:49:47 JST 10sr>
;; Time-stamp: <2018-10-15 14:51:32 JST 10sr>

;;; Code:

@@ -2419,7 +2419,7 @@ Result will be inserted into current buffer."
(file-directory-p dir))
(cd dir)))

(setq buffer-read-only t)
(view-mode 1)
(goto-char point)
)
buf))


Cargando…
Cancelar
Guardar