Parcourir la source

fix eshell prompt face

pull/1/head
10sr il y a 10 ans
Parent
révision
f52d246ee0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Voir le fichier

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



Chargement…
Annuler
Enregistrer