Move org-agenda-clock-cancel to <localleader>cx
To match lang/org's <localleader>cx keybind
This commit is contained in:
parent
396b433ae0
commit
69c4964e3b
1 changed files with 2 additions and 2 deletions
|
@ -702,9 +702,9 @@ between the two."
|
|||
"c" #'org-agenda-clock-in
|
||||
"C" #'org-agenda-clock-out
|
||||
"g" #'org-agenda-clock-goto
|
||||
"l" #'org-agenda-clock-cancel
|
||||
"r" #'org-agenda-clockreport-mode
|
||||
"s" #'org-agenda-show-clocking-issues)
|
||||
"s" #'org-agenda-show-clocking-issues
|
||||
"x" #'org-agenda-clock-cancel)
|
||||
"q" #'org-agenda-set-tags
|
||||
"r" #'org-agenda-refile
|
||||
"s" #'org-agenda-schedule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue