This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fix eshell prompt face
pull/1/head
10sr
10 years ago
parent
eaa3274568
commit
f52d246ee0
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
emacs.el
+ 2
- 2
emacs.el
View File
@@ -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))))))
Write
Preview
Loading…
Cancel
Save