How do you turn off the "use template" query for template.el in emacs? I tried (setq template-initialize-query nil) and it didn't work.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Have you tried:

(setq template-auto-insert t)
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.