Fix avy-embark setup by eagerly loading avy
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
|
|
||||||
(use-package avy
|
(use-package avy
|
||||||
:ensure t
|
:ensure t
|
||||||
:defer nil
|
|
||||||
:bind
|
:bind
|
||||||
(("C-j" . avy-goto-char-timer)
|
(("C-j" . avy-goto-char-timer)
|
||||||
([remap goto-line] . avy-goto-line)
|
([remap goto-line] . avy-goto-line)
|
||||||
@@ -33,7 +32,8 @@
|
|||||||
:map lisp-interaction-mode-map
|
:map lisp-interaction-mode-map
|
||||||
("C-j" . nil))
|
("C-j" . nil))
|
||||||
|
|
||||||
:init
|
:demand t
|
||||||
|
:config
|
||||||
(defun avy-action-embark (pt)
|
(defun avy-action-embark (pt)
|
||||||
(unwind-protect
|
(unwind-protect
|
||||||
(save-excursion
|
(save-excursion
|
||||||
|
|||||||
Reference in New Issue
Block a user