I have trouble to understand how to get projectile to work in emacs.
When I first started I am under the impression that I should use package manager like cask
to download packages from ELPA.
I did that and I have the CASK
file and ~/.cask
directory created.
However when I check the projectile website about how to activate it, I do not get much of information.
It simply says:
Installation
The recommended way to install Projectile is via package.el.
I think I am confused at this point. Do I need both cask and package.el to manage the packages? In my situation what is the best way to enable projectile?