diff --git a/.emacs.d/config/calendar.el b/.emacs.d/config/calendar.el index 3646e12..d892e69 100644 --- a/.emacs.d/config/calendar.el +++ b/.emacs.d/config/calendar.el @@ -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)