diff options
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 |