diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2020-06-21 19:30:42 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2020-06-21 19:30:42 +0100 |
| commit | f93cb403b87f6fc968121b8f832330a2a88bcd66 (patch) | |
| tree | bbfb878392b4d3440effd49bf9dc4582a6040239 /emacs/init.el | |
| parent | 258747fb9474f6181427a6695ba6704889e05e1f (diff) | |
emacs: Put transient-history-file in the cache
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index d28ea35..516f329 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -5,7 +5,8 @@ backup-directory-alist `(("." . ,(concat cache-dir "backups"))) custom-file (concat cache-dir "custom.el") ido-save-directory-list-file (concat cache-dir "ido.last") - package-user-dir (concat data-dir "elpa"))) + package-user-dir (concat data-dir "elpa") + transient-history-file (concat cache-dir "transient/history.el"))) (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) |
