[Emacs] Add new agenda file, add agenda on dashboard

This commit is contained in:
Lucien Cartier-Tilet 2022-08-31 01:55:36 +02:00
parent d0bd80d0b5
commit 78d4736863
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 1 deletions

View File

@ -4493,7 +4493,7 @@ the usage of the ~:ignore:~ tag in org.
:END:
#+name: org-agenda-files
#+begin_src emacs-lisp
(setq-default org-agenda-files (list "~/org/agenda" "~/org/notes.org"))
(setq org-agenda-files (list "~/org/agenda" "~/org/notes.org" "~/org/internship.org"))
#+end_src
*** Babel
@ -7685,6 +7685,7 @@ Make sure to backup your old configuration!
(straight-rebuild-all)))))))
(setq dashboard-items '((recents . 15)
(agenda . 10)
(projects . 10)))
(dashboard-setup-startup-hook)
:init