Merge pull request #3779 from t-e-r-m/org-toggle-checkbox-binding-200819
Add org-toggle-checkbox binding (SPC m x)
This commit is contained in:
commit
0a83d44465
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