remove php-mode-hook from black list

This commit is contained in:
Zhang Chiyuan 2008-03-20 15:42:07 +00:00
parent 83fa98f85d
commit aa21a5da7a
2 changed files with 11 additions and 1 deletions

10
doc/faq.rst Normal file
View File

@ -0,0 +1,10 @@
=========================
How to define a snippet ?
=========================
:Author: pluskid
:Contact: pluskid@gmail.com
:Date: 2008-03-20
Coming soon. Currently please refer to the online `Tips wiki page
<http://code.google.com/p/yasnippet/wiki/Tips>`_.

View File

@ -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 php-mode-hook)
'(ruby-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.")