1
0
Fork 0

[oni-core] Start the week on Monday

This commit is contained in:
Tom Willemse 2021-08-23 21:45:41 -07:00
parent 3eedef7203
commit 4e3f94b134
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; 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) ;; 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 ;; This program is free software; you can redistribute it and/or modify
@ -278,6 +278,13 @@ _s_: String list"
(not yas-global-mode)) (not yas-global-mode))
(yas-global-mode))) (yas-global-mode)))
(eval-when-compile
(require 'calendar))
(with-eval-after-load 'calendar
;; Im 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. ;; Enable any modes that I want to have turned on right away.
(electric-indent-mode -1) (electric-indent-mode -1)