diff options
author | noa@gaiwan.org | 2024-06-13 08:28:54 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-13 08:28:54 +0000 |
commit | 1f25c11c71500b1667ac5de7c3bb154f39646a77 (patch) | |
tree | 93523a1bd5034cbef4d65d6eb5022c56ab2881eb /emacs/init.el | |
parent | 65b1417a7d1443ea83595529389634fe3bbf0280 (diff) |
Add further calendar configuration
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 61aed99..1ec27db 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -940,7 +940,10 @@ and when JID is not in `jabber-activity-banned'." (interactive "MShortcut: ") (describe-key (kbd shortcut))) -(setopt calendar-week-start-day 1) +;; Update the calendar. We want weeks to start on a monday, the first day of the week. Holidays should be highlighted, and the date format should put the year first. +(setopt calendar-week-start-day 1 + calendar-mark-holidays-flag t + calendar-date-style 'iso) ;;; TOUCHSCREEN ;; this should be obsolete in emacs 30 |