Fix avy (in some places)
This commit is contained in:
@@ -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)"))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user