Set calendar date style to ISO

This commit is contained in:
Kiana Sheibani 2024-03-08 18:43:11 -05:00
parent 1dcb9ef0c1
commit b7253b93d3
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -2295,7 +2295,9 @@ The calendar's main purpose for me is to give a better view of the [[*Agenda][Or
#+begin_src emacs-lisp
(after! calendar
;; Start week on Monday
(setq calendar-week-start-day 1))
(setq calendar-week-start-day 1)
;; ISO date style
(calendar-set-date-style 'iso))
(after! calfw
(setq cfw:org-face-agenda-item-foreground-color (doom-color 'yellow)))