diff --git a/init.el b/init.el index c9e5b2d..f03b02b 100644 --- a/init.el +++ b/init.el @@ -741,7 +741,8 @@ split horizontally again, but this extra work should not matter much." :pin "gnu" :bind (:map org-mode-map ([remap org-return] . (lambda () (interactive) (org-return :indent))) - ([remap org-clock-goto] . db/org-clock-goto-first-open-checkbox)) + ([remap org-clock-goto] . db/org-clock-goto-first-open-checkbox) + ([remap org-goto] . consult-org-heading)) :autoload (org-get-todo-state org-entry-get) :commands (org-return)