mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Store all temporary stuff in a specific cache folder
Instead of using effectively TMPDIR on the machine, let's use a `cache` folder in the root of the .emacs.d directory.
This commit is contained in:
@@ -49,5 +49,12 @@
|
||||
("~/.dotfiles" . 2))
|
||||
magit-status-buffer-switch-function 'switch-to-buffer))
|
||||
|
||||
(use-package transient
|
||||
:defer t
|
||||
:config
|
||||
(setq transient-history-file (expand-file-name "transient/history.el" siren-cache-dir)
|
||||
transient-levels-file (expand-file-name "transient/levels.el" siren-cache-dir)
|
||||
transient-values-file (expand-file-name "transient/values.el" siren-cache-dir)))
|
||||
|
||||
(provide 'siren-magit)
|
||||
;;; siren-magit.el ends here
|
||||
|
||||
Reference in New Issue
Block a user