From 73c42a1e5f4034de122a8cd7af828352a8955edd Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 2 May 2024 18:13:53 -0700 Subject: [PATCH] Further Avy fixing in org mode --- thoom-emacs/modules/thoom-org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/thoom-emacs/modules/thoom-org.el b/thoom-emacs/modules/thoom-org.el index 4eee194..c084de1 100644 --- a/thoom-emacs/modules/thoom-org.el +++ b/thoom-emacs/modules/thoom-org.el @@ -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)"))))