mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
remove php-mode-hook from black list
This commit is contained in:
parent
83fa98f85d
commit
aa21a5da7a
10
doc/faq.rst
Normal file
10
doc/faq.rst
Normal 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>`_.
|
@ -105,7 +105,7 @@ them. `yas/window-system-popup-function' is used instead when in
|
|||||||
a window system.")
|
a window system.")
|
||||||
|
|
||||||
(defvar yas/extra-mode-hooks
|
(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.
|
"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)
|
Most modes need no special consideration. Some mode (like ruby-mode)
|
||||||
doesn't call `after-change-major-mode-hook' need to be hooked explicitly.")
|
doesn't call `after-change-major-mode-hook' need to be hooked explicitly.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user