You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
306 B
EmacsLisp
6 lines
306 B
EmacsLisp
(use-package transient
|
|
:custom
|
|
(transient-levels-file (file-name-concat (xdg-state-home) "emacs/transient/levels.el"))
|
|
(transient-values-file (file-name-concat (xdg-state-home) "emacs/transient/values.el"))
|
|
(transient-history-file (file-name-concat (xdg-state-home) "emacs/transient/history.el")))
|