10 lines
240 B
EmacsLisp
10 lines
240 B
EmacsLisp
;; calender week starts with mo
|
|
(setq european-calender-style t)
|
|
|
|
;; ;; european calendar
|
|
;; (add-hook 'calendar-load-hook
|
|
;; (lambda()
|
|
;; (calendar-set-date-style 'european)))
|
|
|
|
;; start with monday
|
|
(setq calendar-week-start-day 1)
|