Start week on Monday

This commit is contained in:
Case Duckworth 2021-06-30 19:34:06 -05:00
parent bbf53fcf22
commit 1454e80853
1 changed files with 4 additions and 0 deletions

View File

@ -99,6 +99,10 @@
(setup buffers
(:global "C-x k" acdw/kill-a-buffer))
(setup calendar
(:option calendar-week-start-day 1 ; Monday
))
(setup completion
(:option completion-ignore-case t
read-buffer-completion-ignore-case t