How to customize the color of the symbol inserted in the "glasses mode" in Emacs? I have not found the option for this. Can anyone suggest anything?
There's no option to set the face for the inserted separator (and from a brief study of the docs for emacs overlays, I don't think it's simple to add).
You can customize the face used for the capital letters that glasses-mode splits on; it's called glasses-face
.
You can reset glasses-separator
either by hand or in your .emacs file to change the symbol. My elisp is rusty, but I think
(setq glasses-separator "~")
does that. At this point we have not changed the type face at all.
I think you may have to hack the mode (glasses.el) to accomplish this.
(defers to Allen's better reading of the question...)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With