emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 5ba3602 009/110: Assign avy-action-ispell to "i"


From: Oleh Krehel
Subject: [elpa] master 5ba3602 009/110: Assign avy-action-ispell to "i"
Date: Sat, 11 May 2019 10:15:34 -0400 (EDT)

branch: master
commit 5ba3602538518fca13da9ac0e18bd9fb619a4df4
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Assign avy-action-ispell to "i"
    
    Re #142
---
 avy.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/avy.el b/avy.el
index 3b8f37d..d1803af 100644
--- a/avy.el
+++ b/avy.el
@@ -123,7 +123,8 @@ If the commands isn't on the list, `avy-style' is used."
   '((?x . avy-action-kill-move)
     (?X . avy-action-kill-stay)
     (?m . avy-action-mark)
-    (?n . avy-action-copy))
+    (?n . avy-action-copy)
+    (?i . avy-action-ispell))
   "List of actions for `avy-handler-default'.
 
 Each item is (KEY . ACTION).  When KEY not on `avy-keys' is



reply via email to

[Prev in Thread] Current Thread [Next in Thread]