]> git.earman.xyz Git - emacsinit.git/commitdiff
Change byte-compile to byte-compile-file
authorrearman <rearman@r717.net>
Wed, 15 Mar 2023 16:06:18 +0000 (12:06 -0400)
committerrearman <rearman@r717.net>
Wed, 15 Mar 2023 16:06:18 +0000 (12:06 -0400)
init.el

diff --git a/init.el b/init.el
index 2c05c646b3ed25feb2c6251bc92feb4175a6ddbe..0ad76919bd10b1df13d4e9d0a2c38ccf55dbf9d7 100644 (file)
--- 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"))