Further Avy fixing in org mode

This commit is contained in:
2024-05-02 18:13:53 -07:00
parent 834cc0b9ab
commit 73c42a1e5f

View File

@@ -3,6 +3,7 @@
(use-package org
:bind (("C-c o ," . thoom/org-clear-all)
;; Unbind to make room for avy
:map org-mode-map
("C-j" . nil))
:custom
(org-todo-keywords '((sequence "TODO(t)" "BLOCKED(b)" "|" "DONE(d)"))))