From fdb17ae8971f70a4311a3ed0c5ec64995b3f988c Mon Sep 17 00:00:00 2001 From: Zhang Chiyuan Date: Fri, 28 Mar 2008 10:54:44 +0000 Subject: [PATCH] add actionscript-mode-hook to extra-mode-hooks --- yasnippet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yasnippet.el b/yasnippet.el index b745a2c..7aa408d 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -105,7 +105,7 @@ them. `yas/window-system-popup-function' is used instead when in a window system.") (defvar yas/extra-mode-hooks - '(ruby-mode-hook) + '(ruby-mode-hook actionscript-mode-hook) "A list of mode-hook that should be hooked to enable yas/minor-mode. Most modes need no special consideration. Some mode (like ruby-mode) doesn't call `after-change-major-mode-hook' need to be hooked explicitly.")