C-C SPC to clear Org table field
This commit is contained in:
@@ -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)"))))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user