Use C-: for cycling org agenda files instead

Allows avy to work properly in org-mode
This commit is contained in:
eriedaberrie 2025-02-05 15:34:20 +00:00
parent 2e3a9b9eb8
commit 0de7841345

View file

@ -500,6 +500,14 @@
(use-package engrave-faces)
(use-package org
:bind
("C-c o l" . org-store-link)
("C-c o a" . org-agenda)
("C-c o c" . org-capture)
(:map org-mode-map
("C-:" . org-cycle-agenda-files)
("C-'")
("C-,"))
:hook
(org-mode . auto-fill-mode)
(org-mode . my-inhibit-hl-line-mode)