emacs-helm-projectile: 0.13.0 -> 0.14.0

This commit is contained in:
Thomas Tuegel 2016-09-26 08:31:34 -05:00
parent 58ed31ff13
commit f32333074f
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -311,14 +311,6 @@ let
inherit lib;
};
helm-projectile = melpaBuild rec {
pname = "helm-projectile";
version = projectile.version;
src = projectile.src;
fileSpecs = [ "helm-projectile.el" ];
packageRequires = [ helm projectile ];
meta = projectile.meta;
};
persp-projectile = melpaBuild rec {
pname = "persp-projectile";
version = projectile.version;