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

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

Can't remove holidays


From: John Martin
Subject: Can't remove holidays
Date: Tue, 21 Nov 2017 17:45:53 +0000 (UTC)
User-agent: slrn/1.0.2 (Linux)

I have the following in my .emacs file in order not to show US holidays

(setq holiday-general-holidays nil)
(setq general-holidays nil)

I should probably only need one of the above lines but I'm not sure which.
Neither line works, I still see US holidays.

The following lines come from the holidays.el.gz file and appears
to describe my problem however I don't know how to correct it,
how do I tell what's being autoloaded?

------------------------------------------------------------------------
;; This one should not be autoloaded, else .emacs changes of
;; holiday-general-holidays etc have no effect.
;; FIXME should have some :set-after.
(defcustom 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)
------------------------------------------------------------------------

Presumably I shouldn't be touching the files in the emacs distro,
any ideas what I'm doing wrong?

-- 
John


reply via email to

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