Set calendar date style to ISO
This commit is contained in:
parent
1dcb9ef0c1
commit
b7253b93d3
|
@ -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
|
#+begin_src emacs-lisp
|
||||||
(after! calendar
|
(after! calendar
|
||||||
;; Start week on Monday
|
;; 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
|
(after! calfw
|
||||||
(setq cfw:org-face-agenda-item-foreground-color (doom-color 'yellow)))
|
(setq cfw:org-face-agenda-item-foreground-color (doom-color 'yellow)))
|
||||||
|
|
Loading…
Reference in a new issue