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

6 lines
120 B
EmacsLisp
Raw Normal View History

2019-07-10 23:27:54 +02:00
;; calender week starts with mo
(setq european-calender-style t)
;; start with monday
(setq calendar-week-start-day 1)