|
From: | Eric Schulte |
Subject: | Re: [Orgmode] Using yasnippet with org Mode |
Date: | Sun, 23 Nov 2008 13:11:23 -0800 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
Ian Barton <address@hidden> writes: > ;; Make Yasnippet play nicely with org mode. > (add-hook 'org-mode-hook > '(lambda () > (make-variable-buffer-local 'yas/trigger-key) > (setq yas/trigger-key [tab]))) > I think maybe your lambda should not be quoted, try ;; Make Yasnippet play nicely with org mode. (add-hook 'org-mode-hook (lambda () (make-variable-buffer-local 'yas/trigger-key) (setq yas/trigger-key [tab]))) -- Eric
[Prev in Thread] | Current Thread | [Next in Thread] |