[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] org-block-background in 8.3.1?
From: |
Kyle Meyer |
Subject: |
Re: [O] org-block-background in 8.3.1? |
Date: |
Tue, 11 Aug 2015 22:47:41 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Luke Crook <address@hidden> wrote:
> I'm not sure if I still need to set "org-block-background" in 8.3.1.
>
> But if I do need to continue setting this, what is the new name for "org-
> block-background"?
>
> (set-face-attribute 'org-block-background nil
> :height (round (* 0.9 (face-attribute 'fixed-pitch
> :height))))
> (set-face-attribute 'org-block nil
> :height (round (* 0.9 (face-attribute 'fixed-pitch
> :height))))
org-block-background was removed in f8b42e8 ("Don't use an overlay for
src blocks backgrounds", 2014-07-28) for performance reasons. I'm not
aware of anything that has been introduced in its place.
--
Kyle