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
For context: I am on Linux and moved my home to /Users/. $HOME reflects this fact:
/Users/
$HOME
ELISP> (getenv "HOME") "/Users/atemu"
Projects in home should be discovered as ~/...
~/...
Project paths are /Users/atemu/...
/Users/atemu/...
~/Projects/
Projectile 20240212.1100
GNU Emacs 29.3 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.0, Xaw3d scroll bars)
NixOS x86_64-linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For context: I am on Linux and moved my home to
/Users/
.$HOME
reflects this fact:Expected behavior
Projects in home should be discovered as
~/...
Actual behavior
Project paths are
/Users/atemu/...
Steps to reproduce the problem
/Users/
~/Projects/
Environment & Version information
Projectile version information
Emacs version
Operating system
NixOS x86_64-linux
The text was updated successfully, but these errors were encountered: