dotfiles-emacs/.config/emacs/config/calendar.el
finga 7df5b0e507 Move config files to XDG-compatible path
Move config files to XDG-compatible path: `$HOME/.config/emacs`.
2025-03-10 17:45:24 +01:00

5 lines
120 B
EmacsLisp

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