




















| author | Arash Esbati <arash@gnu.org> | 2026-05-14 15:29:07 +0200 |
|---|---|---|
| committer | Arash Esbati <arash@gnu.org> | 2026-05-14 15:29:07 +0200 |
| commit | b5c4f3d4f8b3d1164376d86d79e7ceedb167c2e4 (patch) | |
| tree | 7e3d6765adda09f044d3abed0eab5b99c66ee820 | |
| parent | 8f680211d237661d5510c01f2d7e3b8b06cd6af9 (diff) | |
; * doc/faq.texi: Provide a more accessible Lisp form. (Bug#81034)
| -rw-r--r-- | doc/faq.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq.texi b/doc/faq.texi
index 8fc0a0d159b..b83816449be 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}.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。