We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
f-expand
pipenv.el
f.el
pipenv--f-parent: Symbol’s function definition is void: f-expand
It appears this was missed when f.el was removed as a dependency.
The text was updated successfully, but these errors were encountered:
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)))
Sorry, something went wrong.
No branches or pull requests
The function
f-expand
is called in line 182 ofpipenv.el
. This results in the following error message if thef.el
package isn't installed.It appears this was missed when
f.el
was removed as a dependency.The text was updated successfully, but these errors were encountered: