From ba158c9ee826d631bf49e865b57fc2f3fbdbd73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Mon, 29 Jun 2026 19:04:13 -0600 Subject: [PATCH] fix(emacs): transient comes from straight --- modules/home/users/msyds/emacs/lisp/syd/transient.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/users/msyds/emacs/lisp/syd/transient.el b/modules/home/users/msyds/emacs/lisp/syd/transient.el index 40631fd..b747081 100644 --- a/modules/home/users/msyds/emacs/lisp/syd/transient.el +++ b/modules/home/users/msyds/emacs/lisp/syd/transient.el @@ -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"))))