From 0b7bd8f5ef55a2eef8cf8c1c9eac03efce8aaeb3 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Sun, 8 Jun 2025 15:35:28 +0200 Subject: Sane default for Emacs calendar --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 4a66220..bf34ef1 100644 --- a/init.el +++ b/init.el @@ -30,6 +30,8 @@ (global-auto-revert-mode 1) ; Update files changed externally (setq global-auto-revert-non-file-buffers t) ; Update dired when directory changes +(setq calendar-week-start-day 1) ; Start calendar on Monday + ;; Catppuccin theme (load (locate-user-emacs-file "theme.el")) -- cgit v1.3.1