fix(emacs): transient comes from straight

This commit is contained in:
2026-06-29 19:04:13 -06:00
parent 5c5b6682ae
commit ba158c9ee8
@@ -3,7 +3,6 @@
(require 'syd/base)
(use-package transient
:straight nil
:custom ((transient-history-file
(file-name-concat syd-data-dir "transient/history.el"))))