Comment out native-comp-eln-load-path expression

This commit is contained in:
Tobias Ostner 2023-02-13 08:58:57 +01:00
parent 3b9d66f962
commit 4aaf6855c1

View file

@ -12,7 +12,7 @@
(setq custom-file (expand-file-name "custom.el" user-emacs-directory)) (setq custom-file (expand-file-name "custom.el" user-emacs-directory))
(load custom-file 'noerror) (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 (setq package-archives
'(("elpa" . "https://elpa.gnu.org/packages/") '(("elpa" . "https://elpa.gnu.org/packages/")