From 5c6468c455f29ae12e25f718eec7bac6cf41ea99 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 3 Jun 2019 21:25:51 +0200 Subject: [PATCH] =?UTF-8?q?[Misc]=20Don=E2=80=99t=20show=20holidays=20by?= =?UTF-8?q?=20default=20when=20opening=20the=20calendar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 8d98d58..d109620 100644 --- a/init.el +++ b/init.el @@ -422,7 +422,7 @@ (holiday-float 11 3 -1 "Day of Repentance and Prayer" 22) (holiday-float 11 4 4 "Thanksgiving")) diary-show-holidays-flag t - calendar-view-holidays-initially-flag t)) + calendar-view-holidays-initially-flag nil)) (setq-default font-lock-maximum-decoration '((t . t))) (setq-default savehist-file (expand-file-name "savehist" emacs-d))