emacs-config/early-init.el

10 lines
301 B
EmacsLisp
Raw Normal View History

2023-09-18 13:05:09 -07:00
;;; early-init.el --- Things that need to run before init.el -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:
2024-07-15 02:11:26 -07:00
;; Move native compile cache to follow no-littering conventions
2023-09-18 13:05:09 -07:00
(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