diff --git a/targets/avy-init.el b/targets/avy-init.el index 37cf18e..6751b74 100644 --- a/targets/avy-init.el +++ b/targets/avy-init.el @@ -20,7 +20,7 @@ ;; along with GNU Emacs. If not, see . (add-to-list 'load-path default-directory) -(mapc #'byte-compile-file '("avy.el" "avy-jump.el")) -(require 'avy-jump) +(mapc #'byte-compile-file '("avy.el")) +(require 'avy) (global-set-key (kbd "C-c j") 'avy-goto-char) (global-set-key (kbd "C-'") 'avy-goto-char-2)