summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-06-08 15:35:28 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-06-08 15:35:28 +0200
commit0b7bd8f5ef55a2eef8cf8c1c9eac03efce8aaeb3 (patch)
treec36bd30c6dfa8427662aa378bbdb26206183de3a
parent7861b23cc0fb3e7d972647380f84f71d427a08a9 (diff)
Sane default for Emacs calendar
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
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"))