I updated Projectile 20180709.1217, and it spew out this error:
Error (use-package): projectile/:config: Symbol’s function definition is void: projectile-global-mode
Since I have (projectile-global-mode) in the init.el, it comes out the error.
Change (projectile-global-mode) to(projectile-mode).
Just fixed this in Prelude a moment ago.
On Tue, 10 Jul 2018 at 05:41, hello-code notifications@github.com wrote:
Change (projectile-global-mode) to(projectile-mode).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/bbatsov/projectile/issues/1254#issuecomment-403681442,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAGVysLJyyIj6BFpl9AZQsnMGOGxXVDhks5uFBR1gaJpZM4VIdrD
.
@breadncup here is the reason: https://github.com/bbatsov/projectile/commit/0cff66522337fc0b57dd26e4b6db2b57874a0537
projectile-global-mode was a deprecated function alias. Just replace it as @hello-code said and it works again :smile:
Most helpful comment
Change
(projectile-global-mode)to(projectile-mode).