Org Agenda

This commit is contained in:
2025-10-01 14:49:20 -07:00
parent 3859972b60
commit 29c549d541

View File

@@ -689,6 +689,7 @@
:bind (("C-c o ," . my/org-clear-all)
("C-c o s" . org-screenshot)
("C-c SPC" . org-table-blank-field)
("C-o a" . org-agenda)
;; Unbind to make room for avy and mwim
:map org-mode-map
("C-j" . nil)
@@ -698,6 +699,7 @@
("C-c C-c" . org-edit-src-exit))
:hook ((org-mode . visual-line-mode))
:custom
(org-agenda-files '("~/Seafile/Notes/TODO.org"))
(org-special-ctrl-a/e 'reversed)
(org-hide-emphasis-markers t)
(org-use-speed-commands t)