Fix missing parenthesis
This commit is contained in:
parent
8afb66952e
commit
256a02e330
2
init.el
2
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."
|
||||
|
Loading…
Reference in New Issue
Block a user