Change shortcut for interactive clock selection

This is for consistency with all other commands that use "s" to select a running
clock from the history.
This commit is contained in:
Daniel - 2023-05-28 15:30:18 +02:00
parent f8caaae071
commit 9ff7c848a1
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 2 deletions

View File

@ -831,10 +831,10 @@ forces clocking in of the default task."
("w" (db/org-clock-in-work-task) "work")
("h" (db/org-clock-in-home-task) "home")
("b" (db/org-clock-in-break-task) "break")
("i" (lambda ()
("s" (lambda ()
(interactive)
(org-clock-in '(4)))
"interactive")
"select")
("a" counsel-org-goto-all "goto")
("o" org-clock-out "clock out")
("l" db/org-clock-in-last-task "last")