From 7bf15178986172224b97e9e2fc31e205a0c38ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Sat, 28 Apr 2012 17:20:03 +0100 Subject: [PATCH] Fix #237 --- yasnippet.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yasnippet.el b/yasnippet.el index 2eb1fed..d8fe8b1 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -1689,6 +1689,9 @@ Below TOP-LEVEL-DIR., each directory is a mode name." ;; Reload the direct keybindings ;; (yas/direct-keymaps-reload) + ;; Reload the trigger-key (shoudn't be needed, but see issue #237) + ;; + (yas/trigger-key-reload) (yas/message 3 "Reloaded everything...%s." (if errors " (some errors, check *Messages*)" "")))) (defun yas/quote-string (string)