Projectile: Projectile 20180709.1217 doesn't have projectile-global-mode

Created on 10 Jul 2018  Â·  3Comments  Â·  Source: bbatsov/projectile

  • Emacs: GNU Emacs 26.1 (build 1, x86_64-apple-darwin17.7.0, NS appkit-1561.60 Version 10.13.6
  • Projectile: Projectile 20180709.1217
  • Mac OSX

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.

Most helpful comment

Change (projectile-global-mode) to(projectile-mode).

All 3 comments

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:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rschuetzler picture rschuetzler  Â·  3Comments

ChinaXing picture ChinaXing  Â·  5Comments

Compro-Prasad picture Compro-Prasad  Â·  7Comments

anderspapitto picture anderspapitto  Â·  5Comments

Fuco1 picture Fuco1  Â·  8Comments