feat(emacs): redirect eln-cache
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
(add-to-list 'load-path
|
(add-to-list 'load-path
|
||||||
(file-name-concat user-emacs-directory "lisp"))
|
(file-name-concat user-emacs-directory "lisp"))
|
||||||
|
|
||||||
|
(require 'syd/redirect-eln-cache)
|
||||||
|
|
||||||
;; Load `syd/random-require' before the UI exists so `syd-init-load-order-seed'
|
;; Load `syd/random-require' before the UI exists so `syd-init-load-order-seed'
|
||||||
;; is printed to the console instead of the message buffer.
|
;; is printed to the console instead of the message buffer.
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
;;; -*- lexical-binding: t -*-
|
||||||
|
|
||||||
|
(require 'syd/constants)
|
||||||
|
|
||||||
|
;; Prevent byteslop from slopping up my dotfiles.
|
||||||
|
(startup-redirect-eln-cache
|
||||||
|
(file-name-concat syd-cache-dir "eln-cache"))
|
||||||
|
|
||||||
|
(provide 'syd/redirect-eln-cache)
|
||||||
Reference in New Issue
Block a user