Hi,
>
> I have this in my emacs:
>
> ,
> | ;;; Making fold markers ("...") more visible
> |
> | (defface selective-display
> | '((default :background "lightgrey")
> | (((supports :underline "red")) :underline "red"))
> | "Face used for fold markers like ...")
> |
> | (unless standard-d
"Daniel Clemente" <[EMAIL PROTECTED]> writes:
Hi Daniel,
> now that we speak about new faces... I would like to change the
> color of the ... that can be seen when a section is rolled out. Why?
> Because I want to differentiate this:
>
> ** Some title...
>
> From this:
>
> ** Some title...
I