summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-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"))