Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
10sr
/
dotfiles-mirror
espelhamento de
https://github.com/10sr/dotfiles.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
fix eshell prompt face
pull/1/head
10sr
11 anos atrás
pai
eaa3274568
commit
f52d246ee0
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
emacs.el
+ 2
- 2
emacs.el
Ver arquivo
@@ -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))))))
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar