aboutsummaryrefslogtreecommitdiffstats
path: root/oni-core.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-08-23 21:45:41 -0700
committerGravatar Tom Willemse2021-08-23 21:45:41 -0700
commit4e3f94b134f804e8cf7271aeef76d532908ce942 (patch)
tree3d15407ede6b1af863760b5049dbb6b20f3671d4 /oni-core.el
parent3eedef720334fb6e36b28dd2c5be4d3d21d8b09d (diff)
downloademacs-config-4e3f94b134f804e8cf7271aeef76d532908ce942.tar.gz
emacs-config-4e3f94b134f804e8cf7271aeef76d532908ce942.zip
[oni-core] Start the week on Monday
Diffstat (limited to 'oni-core.el')
-rw-r--r--oni-core.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/oni-core.el b/oni-core.el
index 69d90fe..12bc3a1 100644
--- a/oni-core.el
+++ b/oni-core.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2021.0807.195510
+;; Version: 2021.0823.214515
;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard)
;; This program is free software; you can redistribute it and/or modify
@@ -278,6 +278,13 @@ _s_: String list"
(not yas-global-mode))
(yas-global-mode)))
+(eval-when-compile
+ (require 'calendar))
+
+(with-eval-after-load 'calendar
+ ;; I’m used to working with Monday as the starting day.
+ (setq calendar-week-start-day 1))
+
;; Enable any modes that I want to have turned on right away.
(electric-indent-mode -1)