mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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
|
||||
"t" #'org-todo
|
||||
"T" #'org-todo-list
|
||||
"x" #'org-toggle-checkbox
|
||||
(:prefix ("a" . "attachments")
|
||||
"a" #'org-attach
|
||||
"d" #'org-attach-delete-one
|
||||
|
Reference in New Issue
Block a user