Emacs: Set up org-agenda-files.

This commit is contained in:
tastytea 2020-10-05 18:01:26 +02:00
parent a39e9317ca
commit ebe0f032aa
1 changed files with 2 additions and 1 deletions

View File

@ -110,7 +110,8 @@
:commands (org-mode)
:custom ((org-default-notes-file "~/notes.org")
(org-startup-folded nil)
(org-latex-compiler "xelatex"))
(org-latex-compiler "xelatex")
(org-agenda-files '("~/notes.org" "~/Dokumente/Videoserien.org")))
:config (progn (set-face-attribute 'org-level-1 nil :height 1.4)
(set-face-attribute 'org-level-2 nil :height 1.2)
(org-babel-do-load-languages 'org-babel-load-languages