diff --git a/thoom-emacs/modules/thoom-org.el b/thoom-emacs/modules/thoom-org.el index 4a60da1..fde8df9 100644 --- a/thoom-emacs/modules/thoom-org.el +++ b/thoom-emacs/modules/thoom-org.el @@ -1,7 +1,8 @@ (provide 'thoom-org) (use-package org - :bind (("C-c o ," . thoom/org-clear-all)) + :bind (("C-c o ," . thoom/org-clear-all) + ("C-c SPC" . org-table-blank-field)) :custom (org-todo-keywords '((sequence "TODO(t)" "BLOCKED(b)" "|" "DONE(d)"))))