From 256a02e33004766415ae540f8a6b1e6a6f03de76 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Tue, 16 Apr 2019 13:11:55 +0000 Subject: [PATCH] Fix missing parenthesis --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index c1162e5..55e0199 100644 --- a/init.el +++ b/init.el @@ -266,7 +266,7 @@ (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") t) - (byte-compile-init-file)) + (byte-compile-init-file))) (defun byte-compile-init-file () "Byte compile the init file."