mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -682,6 +682,7 @@ between the two."
|
|||||||
"q" #'org-set-tags-command
|
"q" #'org-set-tags-command
|
||||||
"t" #'org-todo
|
"t" #'org-todo
|
||||||
"T" #'org-todo-list
|
"T" #'org-todo-list
|
||||||
|
"x" #'org-toggle-checkbox
|
||||||
(:prefix ("a" . "attachments")
|
(:prefix ("a" . "attachments")
|
||||||
"a" #'org-attach
|
"a" #'org-attach
|
||||||
"d" #'org-attach-delete-one
|
"d" #'org-attach-delete-one
|
||||||
|
Reference in New Issue
Block a user