5 lines
120 B
EmacsLisp
5 lines
120 B
EmacsLisp
;; calender week starts with mo
|
|
(setq european-calender-style t)
|
|
|
|
;; start with monday
|
|
(setq calendar-week-start-day 1)
|