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

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

face-remap-add-relative versus set-face-attribute


From: goncholden
Subject: face-remap-add-relative versus set-face-attribute
Date: Sat, 12 Feb 2022 23:43:25 +0000

I intend to change the weight customisation for comments.

What is superior

Using (face-remap-add-relative 'default :weight 'bold)

or using

(set-face-attribute 'font-lock-comment-face nil :weight normal) ?

reply via email to

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