How can I change the background colour of a single emacs buffer?
- by Chris R
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?