bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44358: 27.1; holidays.el


From: André Alexandre Gomes
Subject: bug#44358: 27.1; holidays.el
Date: Mon, 09 Nov 2020 16:06:07 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hi Glenn Morris,

André Alexandre Gomes <andremegafone@gmail.com> writes:

> In my init.el I have customized variable such as
> holiday-general-holidays.  However, if I run M-x list-holidays, I notice
> that my changes aren't respected.
>
> In the source code of holidays.el one can read:
>
> ;; This one should not be autoloaded, else .emacs changes of
> ;; holiday-general-holidays etc have no effect.
> ;; FIXME should have some :set-after.

Sorry to bother again but is there any workaround this?

It seems that I need to run the following s-exp

(setq calendar-holidays (append holiday-general-holidays
                                holiday-local-holidays
                                holiday-other-holidays
                                holiday-christian-holidays
                                holiday-hebrew-holidays
                                holiday-islamic-holidays
                                holiday-bahai-holidays
                                holiday-oriental-holidays
                                holiday-solar-holidays))

everytime I open Emacs so that my configuration is respected.

Thanks.


-- 
André Alexandre Gomes
"Free Thought, Free World"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]