clean up transient history file location

This commit is contained in:
MitchMarq42 2023-01-12 16:27:33 -09:00
parent 9572a46490
commit 167fbabecd

View File

@ -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