Further Avy fixing in org mode
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
(use-package org
|
(use-package org
|
||||||
:bind (("C-c o ," . thoom/org-clear-all)
|
:bind (("C-c o ," . thoom/org-clear-all)
|
||||||
;; Unbind to make room for avy
|
;; Unbind to make room for avy
|
||||||
|
:map org-mode-map
|
||||||
("C-j" . nil))
|
("C-j" . nil))
|
||||||
: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