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

Minor issue: enabling project.el integration requires requiring projectile #1846

Open
misha-ridge opened this issue May 25, 2023 · 0 comments

Comments

@misha-ridge
Copy link

Expected behavior

(with-eval-after-load 'project
  (add-hook 'project-find-functions #'project-projectile))

will cause Projectile to load whenever project.el is loaded

Actual behavior

Symbol’s function definition is void: project-projectile

Steps to reproduce the problem

  • Install, but do not require Projectile.
  • Eval the snippet above.
  • Eval (project-current)

Suggested fix

Make project-projectile autoloadable.

Environment & Version information

Projectile version information

Projectile 2.8.0-snapshot

Emacs version

GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2023-05-01

Operating system

Ubuntu 22.04

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