help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: face-remap-add-relative not executing


From: Michael Heerdegen
Subject: Re: face-remap-add-relative not executing
Date: Mon, 23 Nov 2020 14:46:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Christopher Dimech <dimech@gmx.com> writes:

> How should it be written, got no clue.

  (face-remap-add-relative 'org-level-1 '(:foreground "#00FFFF"))

You can also use face names in the SPECS, like in

  (face-remap-add-relative 'org-level-1 'success)

Can be faces you defined yourself of course.

Michael.




reply via email to

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