-
What did you expect to happen?I update my transient variables:
Now the saved transient preferences in magit are saved and loaded from these files. What actually happened?This works for writing. Saving preferences in magit (with C-x C-s) saves values to this location (in the values file). However after restarting emacs the values are not read in magit. Note: the variables are still successfully set to this custom location, the file is simply not being used. Describe your attempts to resolve the issueTried setting these variables at different times, was unable to find a setup that worked. Steps to reproduce
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
These variables are used when |
Beta Was this translation helpful? Give feedback.
-
On thanks, confirmed this is related to doom package loading details. |
Beta Was this translation helpful? Give feedback.
These variables are used when
transient
is loaded, so if you set them after it has already been loaded, then that has no effect.