mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-06-07 08:14:16 -04:00
Emacsq: Set comp-eln-load-path
According to no-littering conventions.
This commit is contained in:
parent
76600eaf92
commit
8e355dec43
@ -1,5 +1,10 @@
|
|||||||
;;; early-init.el --- earliest birds -*- lexical-binding: t -*-
|
;;; early-init.el --- earliest birds -*- lexical-binding: t -*-
|
||||||
|
|
||||||
|
(when (boundp 'comp-eln-load-path)
|
||||||
|
(setcar comp-eln-load-path
|
||||||
|
(expand-file-name (convert-standard-filename "var/eln-cache/")
|
||||||
|
user-emacs-directory)))
|
||||||
|
|
||||||
(setq load-prefer-newer t)
|
(setq load-prefer-newer t)
|
||||||
|
|
||||||
(let ((dir (file-name-directory (or load-file-name buffer-file-name))))
|
(let ((dir (file-name-directory (or load-file-name buffer-file-name))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user