From 4aaf6855c1a356dc915d8c54fcd6436c3e04da30 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Mon, 13 Feb 2023 08:58:57 +0100 Subject: [PATCH] Comment out native-comp-eln-load-path expression --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index da58e59..0e7f57f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -12,7 +12,7 @@ (setq custom-file (expand-file-name "custom.el" user-emacs-directory)) (load custom-file 'noerror) -(add-to-list 'native-comp-eln-load-path (expand-file-name "eln-cache/" user-emacs-directory)) +;; (add-to-list 'native-comp-eln-load-path (expand-file-name "eln-cache/" user-emacs-directory)) (setq package-archives '(("elpa" . "https://elpa.gnu.org/packages/")