diff options
author | Case Duckworth | 2021-06-30 19:34:06 -0500 |
---|---|---|
committer | Case Duckworth | 2021-06-30 19:34:06 -0500 |
commit | 1454e80853867e02000ac41b9168d501e9ca0720 (patch) | |
tree | 214114280e098d306f79a58272d614cf02cbab59 | |
parent | Add vantaradio (diff) | |
download | emacs-1454e80853867e02000ac41b9168d501e9ca0720.tar.gz emacs-1454e80853867e02000ac41b9168d501e9ca0720.zip |
Start week on Monday
-rw-r--r-- | init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index 164954a..e7ef20c 100644 --- a/init.el +++ b/init.el | |||
@@ -99,6 +99,10 @@ | |||
99 | (setup buffers | 99 | (setup buffers |
100 | (:global "C-x k" acdw/kill-a-buffer)) | 100 | (:global "C-x k" acdw/kill-a-buffer)) |
101 | 101 | ||
102 | (setup calendar | ||
103 | (:option calendar-week-start-day 1 ; Monday | ||
104 | )) | ||
105 | |||
102 | (setup completion | 106 | (setup completion |
103 | (:option completion-ignore-case t | 107 | (:option completion-ignore-case t |
104 | read-buffer-completion-ignore-case t | 108 | read-buffer-completion-ignore-case t |