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
projectile-find-file works
Wrong type argument: hash-table-p, nil printed in minibuffer
Wrong type argument: hash-table-p, nil
I have the following use-package setup:
(use-package projectile :bind-keymap ("C-c p" . projectile-command-map) :config (setq projectile-enable-caching t))
When I navigate to a project (git repo directory root) and enter C-c p f I get the error message.
C-c p f
20240814.1854
GNU Emacs 30.0.60
x86_64-apple-darwin23.5.0 (macOS Sonoma 14.6.1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
projectile-find-file works
Actual behavior
Wrong type argument: hash-table-p, nil
printed in minibufferSteps to reproduce the problem
I have the following use-package setup:
When I navigate to a project (git repo directory root) and enter
C-c p f
I get the error message.Environment & Version information
Projectile version information
20240814.1854
Emacs version
GNU Emacs 30.0.60
Operating system
x86_64-apple-darwin23.5.0 (macOS Sonoma 14.6.1)
The text was updated successfully, but these errors were encountered: