mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
@ -225,7 +225,7 @@ it is nil, it will try to reload both."
|
|||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(if scan
|
(if scan
|
||||||
(doom-cli--generate-autoloads-buffer file)
|
(doom-cli--generate-autoloads-buffer file)
|
||||||
(insert-file-contents-literally file))
|
(insert-file-contents file))
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(let ((filestr (prin1-to-string file)))
|
(let ((filestr (prin1-to-string file)))
|
||||||
(while (re-search-forward "\\_<load-file-name\\_>" nil t)
|
(while (re-search-forward "\\_<load-file-name\\_>" nil t)
|
||||||
|
Reference in New Issue
Block a user