mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
fix: indexing packages' Info documents (part 2)
The issue required a more systemic fix, because the former (before9e6c46a
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:
@@ -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 ()
|
||||
|
Reference in New Issue
Block a user