moved start of week to monday

This commit is contained in:
paul-loedige
2023-12-12 01:08:35 +01:00
parent 583d8d7bfc
commit 4aee25dfd5
+6
View File
@@ -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