Add a definition for `eshell-prompt`.

Should at least improve issue #29.
This commit is contained in:
Greg Pfeil 2012-02-12 09:45:30 -07:00
parent 0127faafbe
commit 043b3e42df
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ However, these colors are not totally portable, so you may be able to edit the
((t (:foreground ,blue :underline ,underline))))
(emacs-wiki-verbatim-face
((t (:foreground ,base00 :underline ,underline))))
;; eshell
(eshell-prompt ((t (:foreground ,green :weight ,bold))))
;; font-lock
(font-lock-builtin-face ((t (:foreground ,green))))
(font-lock-comment-face ((t (:foreground ,base01 :slant ,italic))))