Re: [O] indentation following yas snippet insert

2012-12-22 Thread Bastien
Hi Tony, tony day writes: > #+begin_src emacs-lisp > (setq yas/also-auto-indent-first-line t) > (setq yas/indent-line t) > #+end_src > > But on insertion, it isnt indented. Until now I've been inserting a space > on the begin_src line then hitting backspace. That tends to kick org in > the

[O] indentation following yas snippet insert

2012-10-23 Thread tony day
Inserting a yas snippet consisting of a code block is a very common occurence in my work flow. Now I have the right yas settings to make it all happen I think. #+begin_src emacs-lisp (setq yas/also-auto-indent-first-line t) (setq yas/indent-line t) #+end_src But on insertion, it isnt inden