diff --git a/core/cli/autoloads.el b/core/cli/autoloads.el index 196118879..279b3e870 100644 --- a/core/cli/autoloads.el +++ b/core/cli/autoloads.el @@ -225,7 +225,7 @@ it is nil, it will try to reload both." (with-temp-buffer (if scan (doom-cli--generate-autoloads-buffer file) - (insert-file-contents-literally file)) + (insert-file-contents file)) (save-excursion (let ((filestr (prin1-to-string file))) (while (re-search-forward "\\_" nil t)