emacs-exec-path-from-shell: 20141022 -> 1.11
This commit is contained in:
parent
464768b8e4
commit
c785a709c5
@ -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 {
|
||||
pname = "expand-region";
|
||||
version = "20150902";
|
||||
|
Loading…
Reference in New Issue
Block a user