fix: indexing packages' Info documents (part 2)

The issue required a more systemic fix, because the former (before
9e6c46a even) only recorded `Info-directory-list` for the packages that
were installed/updated in that `doom sync` session, forgetting all
packages installed in the past.

Fix: #8143
Amend: 9e6c46a332
This commit is contained in:
Henrik Lissner
2024-11-03 22:15:02 -05:00
parent b26980a4a4
commit 7531c4298e
2 changed files with 22 additions and 18 deletions

View File

@@ -16,7 +16,8 @@ hoist buggy forms into autoloads.")
auto-mode-alist
interpreter-mode-alist
magic-mode-alist
magic-fallback-mode-alist)
magic-fallback-mode-alist
Info-directory-list)
"A list of variables to be cached in `doom-autoloads-file'.")
(defvar doom-autoloads-files ()