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

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

[elpa] master 8c8ad97 01/78: Add de-bruijn to the defcustom of avy-style


From: Oleh Krehel
Subject: [elpa] master 8c8ad97 01/78: Add de-bruijn to the defcustom of avy-styles-alist
Date: Sat, 23 Jan 2016 13:59:34 +0000

branch: master
commit 8c8ad97de1877170060174d8132470aec2286d3a
Author: Junpeng Qiu <address@hidden>
Commit: Junpeng Qiu <address@hidden>

    Add de-bruijn to the defcustom of avy-styles-alist
---
 avy.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/avy.el b/avy.el
index a8a6a25..5a8b5ce 100644
--- a/avy.el
+++ b/avy.el
@@ -105,7 +105,8 @@ If the commands isn't on the list, `avy-style' is used."
                        (const :tag "Pre" pre)
                        (const :tag "At" at)
                        (const :tag "At Full" at-full)
-                       (const :tag "Post" post))))
+                       (const :tag "Post" post)
+                       (const :tag "De Bruijn" de-bruijn))))
 
 (defcustom avy-background nil
   "When non-nil, a gray background will be added during the selection."



reply via email to

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