Added ox-mode-hook to extra-mode-hooks

This commit is contained in:
Zhang Chiyuan 2008-05-13 23:09:26 +00:00
parent 85228b17d8
commit 4a178dadd8

View File

@ -107,7 +107,7 @@ them. `yas/window-system-popup-function' is used instead when in
a window system.")
(defvar yas/extra-mode-hooks
'(ruby-mode-hook actionscript-mode-hook)
'(ruby-mode-hook actionscript-mode-hook ox-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.")