From 66c944281950e7d4df60e376277ee76f3c4283ed Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 1 Jun 2021 03:32:31 +0100 Subject: not sure how to drive eln compilation --- init.org | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/init.org b/init.org index 773b2fa..2684bfa 100644 --- a/init.org +++ b/init.org @@ -2314,10 +2314,7 @@ (save-buffer)) (let ((filename (expand-file-name buffer-file-name))) (with-temp-buffer - (if (not (native-comp-available-p)) - (byte-compile-file filename t) - (native-compile filename) - (load-library (file-name-base filename)))))) + (byte-compile-file filename t)))) #+end_src -- cgit v1.2.3