From 00ff8e6db1df3f9a074c2c0f58f618118f7a52e7 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 16 Apr 2019 13:04:02 +0000 Subject: [PATCH] Allow update-init-file to overwrite old init file --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 65af0b0..d3aecb2 100644 --- a/init.el +++ b/init.el @@ -265,7 +265,7 @@ (interactive) (when (yes-or-no-p "Download latest init file from jessieh.net? ") (message "Updating init file...") - (url-copy-file "https://jessieh.net/emacs" (concat user-emacs-directory "init.el")))) + (url-copy-file "https://jessieh.net/emacs" (concat user-emacs-directory "init.el") t))) (defun byte-compile-init-file () "Byte compile the init file."