Manual: Better yasnippet config info

* doc/org.texi (Conflicts): Better yasnippet config info

Patch by Sylvain Rousseau.
TINYCHANGE
This commit is contained in:
Carsten Dominik 2011-10-08 18:32:16 +02:00
parent 7e5c0263fc
commit eed6b353d2
1 changed files with 1 additions and 1 deletions

View File

@ -14077,7 +14077,7 @@ fixed this problem:
(add-hook 'org-mode-hook
(lambda ()
(org-set-local 'yas/trigger-key [tab])
(define-key yas/keymap [tab] 'yas/next-field)))
(define-key yas/keymap [tab] 'yas/next-field-or-maybe-expand)))
@end lisp
The latest version of yasnippet doesn't play well with Org mode. If the