wip: fix: Fix and refactor emacs-wrapper and Straight.el things

This commit is contained in:
Madeleine Sydney
2025-01-07 04:30:21 -07:00
parent 1262b8049f
commit ae74a9a15a
4 changed files with 31 additions and 6 deletions

View File

@@ -2,4 +2,13 @@
;; (eval-when-compile (require 'cl-lib))
(defvar syd-data-dir
(or (getenv "EMACS_DATA_DIR")
(error "Need $EMACS_DATA_DIR"))
"Directory analogous to XDG_DATA_HOME for miscellaneous Emacs things.")
(defvar syd-cache-dir
(or (getenv "EMACS_CACHE_DIR")
(error "Need $EMACS_CACHE_DIR")))
(provide 'syd-prelude)