Arash Esbati <[email protected]> writes:
> I suggest the following change to `TeX-auto-store' in tex.el:
Which can be reduced to:
--8<---------------cut here---------------start------------->8---
diff --git a/tex.el b/tex.el
index cda1d7f6..30f80c7e 100644
--- a/tex.el
+++ b/tex.el
@@ -4267,6 +4267,7 @@ If TEX is a directory, generate style files for all files
in the directory."
(TeX-unload-style style)
(with-current-buffer (generate-new-buffer file)
(erase-buffer)
+ (insert ";;" (make-string 40 ?\s) "-*- lexical-binding: t; -*-\n\n")
(insert "(TeX-add-style-hook\n \""
style "\"\n (lambda ()")
(unless (string= tex-cmd-opts "")
--8<---------------cut here---------------end--------------->8---
Any comments welcome.
Best, Arash
_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex