I'm trying to install the smartparens
package, but I'm having trouble. When I go to M-x list-packages
, mark smartparens
for installation, and hit x (execute) y (yes), I get the error message:
Required package 'dash' is disabled
This is not just for smartparens
, but for anything that depends on dash
.
By removing almost all of my packages except helm-projectile
and its dependencies, I was able to install dash
from either Melpa or GNU; nevertheless, every time I try to install smartparens
it complains that dash is disabled.
My essential question is what is going wrong, or what am I missing; and how can I enable dash
so that I can install things that depend on it?
Supplementary info:
The value of package-load-list
is ((helm-core t) (helm t) (async t) (popup t))