diff options
-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 |