From 60f0ac25fdc08015d9fa27ee1eeac95d1eddbbd1 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 19 Sep 2024 15:27:44 -0700 Subject: [PATCH] Fix avy-embark setup by eagerly loading avy --- thoom-emacs/modules/thoom-editing.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thoom-emacs/modules/thoom-editing.el b/thoom-emacs/modules/thoom-editing.el index 7830b91..3de51e3 100644 --- a/thoom-emacs/modules/thoom-editing.el +++ b/thoom-emacs/modules/thoom-editing.el @@ -24,7 +24,6 @@ (use-package avy :ensure t - :defer nil :bind (("C-j" . avy-goto-char-timer) ([remap goto-line] . avy-goto-line) @@ -33,7 +32,8 @@ :map lisp-interaction-mode-map ("C-j" . nil)) - :init + :demand t + :config (defun avy-action-embark (pt) (unwind-protect (save-excursion