moved start of week to monday
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user