2023-09-18 13:05:09 -07:00
|
|
|
;;; early-init.el --- Things that need to run before init.el -*- lexical-binding: t -*-
|
|
|
|
;;; Commentary:
|
|
|
|
;;; Code:
|
|
|
|
|
|
|
|
;; Move native compile cache to follor no-littering conventions
|
|
|
|
(when (fboundp 'startup-redirect-eln-cache)
|
2024-04-17 02:52:55 -07:00
|
|
|
(startup-redirect-eln-cache "var/eln-cache/"))
|
|
|
|
|
|
|
|
;;; early-init.el ends here
|