docs/faq: add how-to-customize-faces question

This commit is contained in:
Henrik Lissner 2019-12-24 14:28:41 -05:00
parent f04af0b8a2
commit 9bc0c226f4
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -758,6 +758,18 @@ rules.
You'll find more comprehensive documentation on ~set-popup-rule!~ in its You'll find more comprehensive documentation on ~set-popup-rule!~ in its
docstring (available through =SPC h f= -- or =C-h f= for non-evil users). docstring (available through =SPC h f= -- or =C-h f= for non-evil users).
** How do I change the appearance a face (or faces)?
Doom provides the ~custom-set-faces!~ and ~custom-theme-set-faces!~ macros as a
convenience.
#+begin_quote
*Do not use ~M-x customize~ or any of the built-in Emacs customize-* API.* Doom
does not support it and never will; those settings could break at any time.
#+end_quote
See =<help> f custom-set-faces\!= (or =M-x helpful-function custom-set-faces\!=)
for documentation and examples on how to use it. =<help>= is =SPC h= for evil
users and =C-h= for non-evil users.
** Can Doom be customized without restarting Emacs? ** Can Doom be customized without restarting Emacs?
Short answer: You can, but you shouldn't. Short answer: You can, but you shouldn't.