Move calendar configuration to separate use-package declaration

Also make Monday the first day of the week.
This commit is contained in:
Daniel - 2020-09-12 09:41:38 +02:00
parent 9727c17dd9
commit 93f5389d39
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 32 additions and 30 deletions

View File

@ -443,7 +443,9 @@
(put 'downcase-region 'disabled nil)
(put 'narrow-to-region 'disabled nil)
(setq calendar-date-style 'iso
(use-package calender
:init (setq calendar-date-style 'iso
calendar-week-start-day 1 ; Monday
calendar-bahai-all-holidays-flag nil
calendar-chinese-all-holidays-flag nil
calendar-christian-all-holidays-flag t
@ -472,7 +474,7 @@
(holiday-fixed 7 28 "Start WWI 1914")
(holiday-fixed 11 11 "End WWI 1918"))
diary-show-holidays-flag t
calendar-view-holidays-initially-flag nil)
calendar-view-holidays-initially-flag nil))
(setq-default font-lock-maximum-decoration '((t . t)))
(setq-default savehist-file (expand-file-name "savehist" emacs-d))