[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 22ae842b34: Add new hooks when enabling and disabling themes
From: |
Po Lu |
Subject: |
Re: master 22ae842b34: Add new hooks when enabling and disabling themes |
Date: |
Sat, 21 May 2022 21:25:46 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) |
Lars Ingebrigtsen <larsi@gnus.org> writes:
> +---
> +*** New hooks 'enable-theme-hook' and 'disable-theme-hook'.
> +These are run after enabling and disabling a theme, respectively.
> +
> +---
> +*** Themes can now be made obsolete.
> +Using 'make-obsolete' on a theme is now supported. This will make
> +'load-theme' issue a warning when loading the theme.
> + "Atypical hook run after a theme has been enabled.
We name abnormal hooks `foo-functions', so shouldn't this be
`enable-theme-functions' and `disable-theme-functions'?
- Re: master 22ae842b34: Add new hooks when enabling and disabling themes,
Po Lu <=