I am trying to install the projectile
library. I am using Emacs 24.4.1, and I installed projectile-20150405.126
from the Emacs package manager. Then I tried to activate it in my init file:
(require 'projectile)
(projectile-global-mode)
But this gives an error when I am starting Emacs:
- Warning (initialization): An error occurred while loading `/home/hakon/.emacs': File error: Cannot open load file, no such file or directory, projectile
I tried to debug using emacs -Q
and it seems like I am missing a package called dash
..
According to the installation instructions at http://batsov.com/projectile/ I should not need to install dash
first when using the package manager..