summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-01 03:32:31 +0100
committerjao <jao@gnu.org>2021-06-01 03:32:31 +0100
commit66c944281950e7d4df60e376277ee76f3c4283ed (patch)
treea4f07d24a6a4dc43c8378bc911cbb95b58532df2 /init.org
parentfa9ab587e9a9f57c9de17eec25809f972b61bc42 (diff)
downloadelibs-66c944281950e7d4df60e376277ee76f3c4283ed.tar.gz
elibs-66c944281950e7d4df60e376277ee76f3c4283ed.tar.bz2
not sure how to drive eln compilation
Diffstat (limited to 'init.org')
-rw-r--r--init.org5
1 files changed, 1 insertions, 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