diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-08 15:35:28 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-08 15:35:28 +0200 |
| commit | 0b7bd8f5ef55a2eef8cf8c1c9eac03efce8aaeb3 (patch) | |
| tree | c36bd30c6dfa8427662aa378bbdb26206183de3a | |
| parent | 7861b23cc0fb3e7d972647380f84f71d427a08a9 (diff) | |
Sane default for Emacs calendar
| -rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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")) |
