Explorar el Código

Update

master
10sr hace 3 años
padre
commit
97f06e576e
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

@@ -3079,8 +3079,8 @@ Any output will be written to current buffer."
(propertize " " 'face (overlay-get mmv-mark-overlay 'face)))
(move-overlay mmv-mark-overlay mark-position mark-position)))))

;; Makes display very slow?
(add-hook 'pre-redisplay-functions #'mmv-draw-mark)
;; ;; Makes display very slow?
;; (add-hook 'pre-redisplay-functions #'mmv-draw-mark)

(defun mmv-toggle-mark-visibility ()
"Toggles the mark's visiblity and redraws it (whether invisible or visible)."


Cargando…
Cancelar
Guardar