[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

View File

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