You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error occurs after invoking chezmoi-ediff and selecting a file.
Here is a condensed version of the relevant part of my configuration:
(use-package chezmoi
:straight (chezmoi :files (:defaults"extensions/chezmoi-ediff.el""extensions/chezmoi-magit.el")))
(use-package chezmoi-ediff
:straightnil; part of chezmoi:bind
("<leader> f d e" ("Ediff…". chezmoi-ediff)))
(use-package chezmoi-magit
:straightnil; part of chezmoi:bind
("<leader> f d g" ("Magit status". chezmoi-magit-status)))
The age-default-identity symbol is defined as a customizable variable over at github.com/anticomputer/age.el#L82, but age.el is never required by chezmoi-ediff.el.
The text was updated successfully, but these errors were encountered:
After upgrading
chezmoi.el
from 8a4d683 to 1389782, I started encountering the following error:This error occurs after invoking
chezmoi-ediff
and selecting a file.Here is a condensed version of the relevant part of my configuration:
Here is the pertinent code from
chezmoi-ediff.el
:The
age-default-identity
symbol is defined as a customizable variable over at github.com/anticomputer/age.el#L82, butage.el
is neverrequire
d bychezmoi-ediff.el
.The text was updated successfully, but these errors were encountered: