Add org-toggle-checkbox binding (SPC m x)
This commit is contained in:
parent
4bc70a8537
commit
2c25ffab54
1 changed files with 1 additions and 0 deletions
|
@ -682,6 +682,7 @@ between the two."
|
|||
"q" #'org-set-tags-command
|
||||
"t" #'org-todo
|
||||
"T" #'org-todo-list
|
||||
"x" #'org-toggle-checkbox
|
||||
(:prefix ("a" . "attachments")
|
||||
"a" #'org-attach
|
||||
"d" #'org-attach-delete-one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue