emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Setting the background colour of a buffer or window


From: Jambunathan K
Subject: Re: Setting the background colour of a buffer or window
Date: Tue, 18 Jun 2013 15:27:05 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> You can do something like
>
>   emacs -Q
>   c-x 2
>   c-h N
>   c-x o
>   M-: (make-local-variable 'face-remapping-alist) <RET>
>   M-: (push '(default (:background "blue")) face-remapping-alist) <RET>
>
> So you have a different default background for the buffer (not the
> window).

A non-geeky version of it will be 

1. M-x customize-variable RET buffer-face-mode-face RET
2. M-x buffer-face-mode RET




reply via email to

[Prev in Thread] Current Thread [Next in Thread]