dotfiles-emacs/.emacs.d/config/calendar.el

5 lines
120 B
EmacsLisp

;; calender week starts with mo
(setq european-calender-style t)
;; start with monday
(setq calendar-week-start-day 1)