emacs-packages: f: init at 20151113
This commit is contained in:
parent
13956d6444
commit
9c3f2bd322
@ -691,6 +691,23 @@ let self = _self // overrides;
|
||||
};
|
||||
};
|
||||
|
||||
f = melpaBuild rec {
|
||||
pname = "f";
|
||||
version = "20151113";
|
||||
src = fetchFromGitHub {
|
||||
owner = "rejeep";
|
||||
repo = "f.el";
|
||||
rev = "e0259ee060ff9a3f12204adcc8630869080acd68";
|
||||
sha256 = "0lzqfr5xgc3qvpbs6vf63yiw7pc2mybfvsrhczf9ghlmlawqa6k1";
|
||||
};
|
||||
fileSpecs = [ "f.el" ];
|
||||
packageRequires = [ dash s ];
|
||||
meta = {
|
||||
description = "Emacs library for working with files and directories";
|
||||
license = gpl3Plus;
|
||||
};
|
||||
};
|
||||
|
||||
find-file-in-project = melpaBuild rec {
|
||||
pname = "find-file-in-project";
|
||||
version = "3.5";
|
||||
|
Loading…
Reference in New Issue
Block a user