From 49c14b181958a6025bcf282a647b650d5aff200c Mon Sep 17 00:00:00 2001 From: rearman Date: Wed, 15 Mar 2023 12:06:18 -0400 Subject: [PATCH] Change byte-compile to byte-compile-file --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) -- 2.39.5