emacs-exec-path-from-shell: 20141022 -> 1.11

This commit is contained in:
Thomas Tuegel 2016-09-26 07:44:39 -05:00
parent 464768b8e4
commit c785a709c5
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -229,21 +229,6 @@ let
}; };
}; };
exec-path-from-shell = melpaBuild rec {
pname = "exec-path-from-shell";
version = "20141022";
src = fetchFromGitHub {
owner = "purcell";
repo = pname;
rev = "e4af0e9b44738e7474c89ed895200b42e6541515";
sha256 = "0lxikiqf1jik88lf889q4f4f8kdgg3npciz298x605nhbfd5snbd";
};
meta = {
description = "Slurp environment variables from shell to Emacs";
license = gpl3Plus;
};
};
expand-region = melpaBuild rec { expand-region = melpaBuild rec {
pname = "expand-region"; pname = "expand-region";
version = "20150902"; version = "20150902";