diff --git a/emacs/init.el b/emacs/init.el index 8652d06..f70e8ef 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -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)