moved start of week to monday
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
- [[#user-information][User Information]]
|
- [[#user-information][User Information]]
|
||||||
- [[#visual-settings][Visual Settings]]
|
- [[#visual-settings][Visual Settings]]
|
||||||
- [[#authentication][Authentication]]
|
- [[#authentication][Authentication]]
|
||||||
|
- [[#misc][Misc]]
|
||||||
- [[#multilanguage-spellcheck][Multilanguage Spellcheck]]
|
- [[#multilanguage-spellcheck][Multilanguage Spellcheck]]
|
||||||
- [[#latex][LaTeX]]
|
- [[#latex][LaTeX]]
|
||||||
- [[#set-pdf-viewer][Set PDF Viewer]]
|
- [[#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
|
(setq auth-sources
|
||||||
'((:source "~/.config/doom/.authinfo.gpg")))
|
'((:source "~/.config/doom/.authinfo.gpg")))
|
||||||
#+end_src
|
#+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
|
* Multilanguage Spellcheck
|
||||||
Enables use of multiple dictionaries. In my case German and English
|
Enables use of multiple dictionaries. In my case German and English
|
||||||
#+begin_src emacs-lisp :tangle config.el
|
#+begin_src emacs-lisp :tangle config.el
|
||||||
|
|||||||
Reference in New Issue
Block a user