branch: master
commit cc822c1aad08d56ad2fc5b95f8792bed66e3928f
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>

    Fix eval-after-load isearch
    
    * avy-jump.el (avy-setup-default): Update.
    
    Fixes #21
---
 avy-jump.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/avy-jump.el b/avy-jump.el
index 6727c5e..5618cfe 100644
--- a/avy-jump.el
+++ b/avy-jump.el
@@ -471,7 +471,7 @@ ARG lines can be used."
 ;;;###autoload
 (defun avy-setup-default ()
   "Setup the default shortcuts."
-  (eval-after-load 'isearch
+  (eval-after-load "isearch"
     '(define-key isearch-mode-map (kbd "C-'") 'avy-isearch)))
 
 (defcustom avy-timeout-seconds 0.5

Reply via email to