diff --git a/modules/config/literate/autoload.el b/modules/config/literate/autoload.el index 696a9eb71..7250fa39d 100644 --- a/modules/config/literate/autoload.el +++ b/modules/config/literate/autoload.el @@ -48,7 +48,7 @@ byte-compiled from.") (print! (info "%s") (apply #'format msg args))))) (unwind-protect (with-temp-file backup - (insert-file-contents file) + (insert-file-contents target) (let ((buffer-file-name backup) ;; Prevent unwanted entries in recentf, or formatters, or ;; anything that could be on these hooks, really. Nothing