Fix avy (in some places)

This commit is contained in:
2024-04-29 12:26:00 -07:00
parent 0476483426
commit 1a275b3fd6
3 changed files with 10 additions and 5 deletions

View File

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