From 78d4736863c79f6d1c099265f49e3a8f2e169cb7 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 31 Aug 2022 01:55:36 +0200 Subject: [PATCH] [Emacs] Add new agenda file, add agenda on dashboard --- org/config/emacs.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index c33bdc1..683ac3b 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -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