[Emacs] Add new agenda file, add agenda on dashboard
This commit is contained in:
parent
d0bd80d0b5
commit
78d4736863
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user