Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix void variable value error in chezmoi-ediff when used without age #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joelpet
Copy link

@joelpet joelpet commented Nov 11, 2024

Previously, if age-default-identity were not defined, calling chezmoi-ediff interactively and selecting a file would result in the following error:

funcall-interactively: Symbol’s value as variable is void:
age-default-identity

This is addressed by simply checking if that symbol's value is not void before comparing it to ident.

Fixes #33.

Previously, if age-default-identity were not defined, calling
chezmoi-ediff interactively and selecting a file would result in the
following error:

    funcall-interactively: Symbol’s value as variable is void:
    age-default-identity

This is addressed by simply checking if that symbol's value is not
void before comparing it to ident.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lisp error: (void-variable age-default-identity) in chezmoi-ediff
1 participant