mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
Closes #312: YAS-MODE-SYMBOL does not exist anymore, replaced by YAS-EXTRA-MODES
This commit is contained in:
parent
e3a5f6e0c7
commit
d9d7ed32ae
@ -8,7 +8,7 @@
|
||||
"Html-mode snippets behave as close to TextMate as possible.")
|
||||
|
||||
(defun yas-html-activate ()
|
||||
(add-to-list (make-local-variable 'yas-mode-symbol) 'html-mode))
|
||||
(add-to-list (make-local-variable 'yas-extra-modes) 'html-mode))
|
||||
|
||||
(add-hook 'nxml-mode-hook 'yas-html-activate)
|
||||
(add-hook 'rhtml-mode-hook 'yas-html-activate)
|
||||
|
Loading…
x
Reference in New Issue
Block a user