calendar: Cleanup unused code

This commit is contained in:
finga 2024-10-15 14:19:41 +02:00
parent a618a4f31d
commit 65d5fd8705

View file

@ -1,10 +1,5 @@
;; 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)