Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • The doc of custom-set-faces and of custom-theme-set-faces to which it refers, doesn't seem to describe arguments such as what you've provided. E.g., custom-set-faces takes any number of args, each of which has the form (FACE SPEC [NOW [COMMENT]]). Instead, you've passed it either a face symbol or a list of face attributes. The arg you pass to face-remap-set-base looks OK, though. custom-set-faces doesn't take the same kinds of arguments that face-remap-set-base takes, according to their doc. Commented Feb 4, 2023 at 4:19
  • As for "where the theme is coming from", the doc of custom-set-faces says "This works by calling custom-theme-set-faces for the user theme." Commented Feb 4, 2023 at 4:21
  • I get "Wrong type argument: listp, quote" with face-remap-set-base. Is there a way to do what I want to do? Commented Feb 4, 2023 at 14:06