Ver a proveniência

fix eshell prompt face

pull/1/head
10sr há 10 anos
ascendente
cometimento
f52d246ee0
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Ver ficheiro

@@ -1814,10 +1814,10 @@ if arg given, use that eshell buffer, otherwise make new eshell buffer."
"$ ")) "$ "))
(add-text-properties p1 (add-text-properties p1
p2 p2
'(face ((underline . t))))
'(face underline))
(add-text-properties p3 (add-text-properties p3
p4 p4
'(face ((underline . t))))
'(face underline))
(buffer-substring (point-min) (buffer-substring (point-min)
(point-max)))))) (point-max))))))




Carregando…
Cancelar
Guardar