[Misc] Don’t show holidays by default when opening the calendar

This commit is contained in:
Daniel - 2019-06-03 21:25:51 +02:00
parent f2115f5587
commit 5c6468c455
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -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))