From 167fbabecd2513a00123eeca61e98884bf99ae01 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Thu, 12 Jan 2023 16:27:33 -0900 Subject: [PATCH] clean up transient history file location --- lisp/mitch-packages.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 125cec7..1346174 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -844,6 +844,8 @@ Return nil if DIR is not in a hugo project at all." :commands (madots magit-status magit) :hook (magit-mode . turn-off-line-numbers) :custom (vc-follow-symlinks t) + (transient-history-file + (expand-file-name "transient/history.el" backup-directory)) :config (defun madots--magit-buffers-p () (not (not ; converts all non-nil values to t