Hi all,
I'd like to install the following change:
--8<---------------cut here---------------start------------->8---
diff --git a/doc/faq.texi b/doc/faq.texi
index 8fc0a0d1..b8381644 100644
--- a/doc/faq.texi
+++ b/doc/faq.texi
@@ -44,8 +44,8 @@ configuration triggers the error by starting Emacs without
such
customizations. You can do this by invoking Emacs with the following
command line:
@example
-emacs -q -no-site-file --eval "(progn (setq package-load-list '((auctex
-t))) (package-initialize))"
+emacs -q -no-site-file --eval "(progn (package-initialize t)
+(package-activate 'auctex))"
@end example
Use @samp{runemacs} instead of @samp{emacs} on @w{MS Windows}.
--8<---------------cut here---------------end--------------->8---
This doesn't change the final result: The --eval option activates only
AUCTeX among all installed ELPA packages, but it looks more natural to
me than fiddling with `package-load-list'. Any comments?
Best, Arash
_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex