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: Thu, 12 Nov 2020 09:28:28 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Glenn Morris <rgm@gnu.org> writes:

> Please use reply-to-all.

Oops!

> Works fine here.
> I guess something in your .emacs loads holidays.el too early.

Indeed, it is due to use-package.  I'm sure why, but the following

(use-package holidays
  :config
  (setq holiday-general-holidays '((holiday-fixed 1 1 "Special Day"))))

isn't equivalent to:

(setq holiday-general-holidays '((holiday-fixed 1 1 "Special Day")))

Thank you!

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





reply via email to

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