diff options
author | Trevor Arjeski <tmarjeski@gmail.com> | 2024-11-27 10:12:07 +0300 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2025-02-12 03:41:31 +0100 |
commit | 77d0078a6c50c95b63ac7c3739ee325264deff34 (patch) | |
tree | 73d5d7579b46ee1592b634ef91b7f9c04d5b825b /lisp/emacs-lisp | |
parent | 481336967cc5d262cec2b4822b83752348bbd494 (diff) | |
download | emacs-77d0078a6c50c95b63ac7c3739ee325264deff34.tar.gz emacs-77d0078a6c50c95b63ac7c3739ee325264deff34.tar.bz2 emacs-77d0078a6c50c95b63ac7c3739ee325264deff34.zip |
Fix Gnus logo color customization
Fix a bug where customizing `gnus-logo-color-style' from use-package's
:custom keyword did not set `gnus-logo-colors' before Gnus is launched.
This patch does the following:
- Implements a :set keyword on `gnus-logo-color-style' which will
correctly set `gnus-logo-colors'
- Exposes `gnus-logo-colors' using `defcustom' for more fine-grained
customization
- Uses :set-after on `gnus-logo-colors' so that it is set after
`gnus-logo-color-style'
* lisp/gnus/gnus.el (gnus-logo-colors): Convert to defcustom.
(gnus-logo-color-style): Add :set property. (Bug#74554)
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions