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

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

[elpa] master 6a738b5 29/42: ; doc/faq.org: Fix example keybinding code.


From: Noam Postavsky
Subject: [elpa] master 6a738b5 29/42: ; doc/faq.org: Fix example keybinding code.
Date: Sun, 22 Dec 2019 17:38:01 -0500 (EST)

branch: master
commit 6a738b581f79f11f13b8dd205520c562bd2fa2f5
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; doc/faq.org: Fix example keybinding code.
---
 doc/faq.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/faq.org b/doc/faq.org
index 7dcb264..550bd72 100644
--- a/doc/faq.org
+++ b/doc/faq.org
@@ -58,9 +58,9 @@ if you want to respect 
[[sym:yas-keymap-disable-hook][=yas-keymap-disable-hook=]
   (define-key yas-keymap [(shift tab)] nil)
   (define-key yas-keymap [backtab]     nil)
   (define-key yas-keymap (kbd "<new-next-field-key>")
-    (yas-keymap-disable-hook 'yas-next-field-or-maybe-expand))
+    (yas-filtered-definition 'yas-next-field-or-maybe-expand))
   (define-key yas-keymap (kbd "<new-prev-field-key>")
-    (yas-keymap-disable-hook 'yas-prev))
+    (yas-filtered-definition 'yas-prev))
 #+end_src
 
 * How do I define an abbrev key containing characters not supported by the 
filesystem?



reply via email to

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