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

pipenv--f-parent: Symbol’s function definition is void: f-expand #58

Open
davidbody opened this issue May 13, 2021 · 1 comment
Open

Comments

@davidbody
Copy link

The function f-expand is called in line 182 of pipenv.el. This results in the following error message if the f.el package isn't installed.

pipenv--f-parent: Symbol’s function definition is void: f-expand

It appears this was missed when f.el was removed as a dependency.

@davidbody
Copy link
Author

Until this is fixed, you can work around the problem by installing the f.el package and adding this to your Emacs configuration:

(add-hook 'pipenv-mode-hook '(lambda () (require 'f)))

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

No branches or pull requests

1 participant