Explorar el Código

Make mmv overlay priority higher

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

+ 2
- 1
emacs.el Ver fichero

@@ -2998,7 +2998,8 @@ Any output will be written to current buffer."
invisible."
(unless mmv-mark-overlay
(setq mmv-mark-overlay (make-overlay 0 0 nil t))
(overlay-put mmv-mark-overlay 'face 'mmv-face))
(overlay-put mmv-mark-overlay 'face 'mmv-face)
(overlay-put mmv-mark-overlay 'priority 10)) ;; bigger than highlight-indentation-current-column-overlay-priority
(let ((mark-position (mark t)))
(cond
((null mark-position) (delete-overlay mmv-mark-overlay))


Cargando…
Cancelar
Guardar