Move the calendar settings to org_mode.el

I don't think I need those in any other mode.
This commit is contained in:
Andreas Zweili 2022-08-21 15:08:31 +02:00
parent ffcaa42746
commit 5b658dd067
2 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,6 @@
;; initial buffers should use text-mode
(setq-default major-mode 'text-mode)
;; Calender should start on Monday
(setq calendar-week-start-day 1)
;; insert only one space after a period
(setq sentence-end-double-space nil)

View File

@ -461,3 +461,6 @@
(when (is-windows-p)
(global-set-key (kbd "C-c p")
(lambda () (interactive) (find-file "~/nextcloud/03_documents/org/agenda/work/work.org")))))
;; Calender should start on Monday
(setq calendar-week-start-day 1)