I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1.1 KiB

Agenda

Agenda integrations for org-mode.

Config

Integrate the org-agenda with the org-roam database, and the rest of the org-mode contexts throughout the repository:

(setq org-agenda-files '("~/.emacs.d/" 
                         "~/.emacs.d/docs/"
                         "~/.emacs.d/docs/courses/"
                         "~/.emacs.d/docs/daily/"
                         "~/.emacs.d/docs/notes/"
                         "~/.emacs.d/docs/posts/"
                         "~/.emacs.d/docs/slides/"
                         "~/.emacs.d/hosts/"
                         "~/.emacs.d/modules/"))

Shortcuts

Open an agenda buffer with SPC a:

(dotfiles/leader
  "a" '(org-agenda :which-key "Agenda"))

Footnotes