I have Emacs 24.4.1 with the following packages so to get autocompletion:
- yasnippet
- auto-complete
- auto-complete-auctex
(and of course AUCTeX)
After I type \usep and then press TAB, the string is autocompleted to
\usepackage[opt1,...]{Package}
Instead of this behavior I'd like the following:
\usepackage{Package}
What option should I change to achieve the desired behavior?