From 4aee25dfd522a5c32171895a825620436b988d15 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Tue, 12 Dec 2023 01:08:35 +0100 Subject: [PATCH] moved start of week to monday --- emacs/.config/doom/config.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index 31feeb5..4d00452 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -20,6 +20,7 @@ - [[#user-information][User Information]] - [[#visual-settings][Visual Settings]] - [[#authentication][Authentication]] + - [[#misc][Misc]] - [[#multilanguage-spellcheck][Multilanguage Spellcheck]] - [[#latex][LaTeX]] - [[#set-pdf-viewer][Set PDF Viewer]] @@ -402,6 +403,11 @@ Authentication information will be stored in a encrypted file that is part of my (setq auth-sources '((:source "~/.config/doom/.authinfo.gpg"))) #+end_src +** Misc +*** Set Start of Week to Monday +#+begin_src emacs-lisp :tangle init.el +(setq calendar-week-start-day 1) +#+end_src * Multilanguage Spellcheck Enables use of multiple dictionaries. In my case German and English #+begin_src emacs-lisp :tangle config.el