C-C SPC to clear Org table field

This commit is contained in:
2024-04-18 13:44:06 -07:00
parent 1f782981fe
commit 1963ad0715

View File

@@ -1,7 +1,8 @@
(provide 'thoom-org) (provide 'thoom-org)
(use-package 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 :custom
(org-todo-keywords '((sequence "TODO(t)" "BLOCKED(b)" "|" "DONE(d)")))) (org-todo-keywords '((sequence "TODO(t)" "BLOCKED(b)" "|" "DONE(d)"))))