Closed hans-d closed 2 years ago
In theme like packages, faces of other packages might be customized. When using :custom-face, these changes will be rendered useless. It would be beneficial to have a :def-custom-face - like :defer-config - that kicks in after the package is loaded.
:custom-face
:def-custom-face
:defer-config
The same might be applicable for :custom
:custom
never mind, observed behaviour was caused by something else
Description
In theme like packages, faces of other packages might be customized. When using
:custom-face
, these changes will be rendered useless. It would be beneficial to have a:def-custom-face
- like:defer-config
- that kicks in after the package is loaded.The same might be applicable for
:custom