Add byte-compilation step to update-init-file
This commit is contained in:
parent
00ff8e6db1
commit
8afb66952e
3
init.el
3
init.el
@ -265,7 +265,8 @@
|
||||
(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") t)))
|
||||
(url-copy-file "https://jessieh.net/emacs" (concat user-emacs-directory "init.el") t)
|
||||
(byte-compile-init-file))
|
||||
|
||||
(defun byte-compile-init-file ()
|
||||
"Byte compile the init file."
|
||||
|
Loading…
Reference in New Issue
Block a user