From: rearman Date: Wed, 15 Mar 2023 16:06:18 +0000 (-0400) Subject: Change byte-compile to byte-compile-file X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=49c14b181958a6025bcf282a647b650d5aff200c;p=emacsinit.git Change byte-compile to byte-compile-file --- diff --git a/init.el b/init.el index 2c05c64..0ad7691 100644 --- a/init.el +++ b/init.el @@ -5,4 +5,4 @@ ;; Load it... (load-file (concat user-emacs-directory "init.el")) ;; And compile it -(byte-compile (concat user-emacs-directory "init.el")) +(byte-compile-file (concat user-emacs-directory "init.el"))