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

11 lines
240 B
EmacsLisp
Raw Normal View History

2019-07-10 23:27:54 +02:00
;; 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)