emacs-config/early-init.el
2024-07-15 02:11:26 -07:00

10 lines
301 B
EmacsLisp

;;; early-init.el --- Things that need to run before init.el -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:
;; Move native compile cache to follow no-littering conventions
(when (fboundp 'startup-redirect-eln-cache)
(startup-redirect-eln-cache "var/eln-cache/"))
;;; early-init.el ends here