emacs-expand-region: 20150902 -> 0.10.0

This commit is contained in:
Thomas Tuegel 2016-09-26 07:45:08 -05:00
parent c785a709c5
commit 4576ef1456
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -229,21 +229,6 @@ let
};
};
expand-region = melpaBuild rec {
pname = "expand-region";
version = "20150902";
src = fetchFromGitHub {
owner = "magnars";
repo = "${pname}.el";
rev = "59f67115263676de5345581216640019975c4fda";
sha256 = "0qqqv0pp25xg1zh72i6fsb7l9vi14nd96rx0qdj1f3pdwfidqms1";
};
meta = {
description = "Increases the selected region by semantic units in Emacs";
license = gpl3Plus;
};
};
find-file-in-project = melpaBuild rec {
pname = "find-file-in-project";
version = "3.5";