conao3 / leaf.el

Flexible, declarative, and modern init.el package configuration
GNU General Public License v3.0
505 stars 28 forks source link

:defer-custom-face #527

Closed hans-d closed 2 years ago

hans-d commented 2 years ago

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

hans-d commented 2 years ago

never mind, observed behaviour was caused by something else