Initial commit

This commit is contained in:
2023-09-18 13:05:09 -07:00
commit d62023c144
3 changed files with 262 additions and 0 deletions

9
early-init.el Normal file
View File

@ -0,0 +1,9 @@
;;; 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)
(startup-redirect-eln-cache
(convert-standard-filename
(expand-file-name "var/eln-cache/" user-emacs-directory))))