Function: projectile-global-mode
projectile-global-mode is a function alias and interactive for
projectile-mode(var)/projectile-mode(fun), defined in projectile.el.
This command is obsolete since 1.0; use projectile-mode(var)/projectile-mode(fun) instead.
Signature
(projectile-global-mode &optional ARG)
Documentation
Minor mode to assist project management and navigation.
When called interactively, toggle projectile-mode(var)/projectile-mode(fun). With prefix
ARG, enable projectile-mode(var)/projectile-mode(fun) if ARG is positive, otherwise disable
it.
When called from Lisp, enable projectile-mode(var)/projectile-mode(fun) if ARG is omitted,
nil or positive. If ARG is toggle, toggle projectile-mode(var)/projectile-mode(fun).
Otherwise behave as if called interactively.
Key Bindings
Aliases
projectile-global-mode (obsolete since 1.0)