Ver a proveniência

Make mmv overlay priority higher

master
10sr há 4 anos
ascendente
cometimento
8ff91150f3
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Ver ficheiro

@@ -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))


Carregando…
Cancelar
Guardar