Also jump to first open checkbox with Org mode's default keybinding

I actually always want to jump to the first checkbox, not just when explicitly
asking for it.
This commit is contained in:
Daniel - 2022-11-25 18:32:46 +01:00
parent 4ae19d41cf
commit b78facbf4c
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 1 deletions

View File

@ -772,7 +772,8 @@
(use-package org
:pin "gnu"
:bind (:map org-mode-map
([remap org-return] . org-return-indent))
([remap org-return] . org-return-indent)
([remap org-clock-goto] . db/org-clock-goto-first-open-checkbox))
:init (progn
(setq org-deadline-warning-days 14
org-read-date-popup-calendar t