diff --git a/init.el b/init.el index 383085a..e390927 100644 --- a/init.el +++ b/init.el @@ -271,7 +271,6 @@ (defun byte-compile-init-file () "Byte compile the init file." (interactive) - (save-restriction (message "Byte-compiling init file...") (byte-compile-file (concat user-emacs-directory "init.el"))))