Ignore further user data files in main .emacs.d directory

Files of the `transient` package are now kept under `private/`.
This commit is contained in:
Daniel - 2023-10-05 10:26:51 +02:00
parent a287d2af01
commit 435a9f52a9
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
2 changed files with 5 additions and 2 deletions

2
.gitignore vendored
View File

@ -36,7 +36,5 @@
/semanticdb/
/server/server
/session.*
/speed-type/*
/tramp
/transient/history.el

View File

@ -1334,6 +1334,11 @@ point to the beginning of buffer first."
:commands (page-break-lines-mode)
:diminish page-break-lines-mode)
(use-package transient
:init (setq transient-levels-file (expand-file-name "transient/levels.el" emacs-d-userdata)
transient-values-file (expand-file-name "transient/values.el" emacs-d-userdata)
transient-history-file (expand-file-name "transient/history.el" emacs-d-userdata)))
;; * Mail