How can I change the background colour of a single emacs buffer?
Posted
by Chris R
on Super User
See other posts from Super User
or by Chris R
Published on 2010-06-17T17:07:20Z
Indexed on
2010/06/17
17:13 UTC
Read the original article
Hit count: 267
emacs
I want to make SQL interactive buffers that are connected to production DBs very, very obvious, so my thought was to change the background of the buffer to a dark red colour. set-background-color
doesn't work, though; it sets the colour of all frames to the specified colour.
How can I change the background of just a single buffer?
© Super User or respective owner