forked from mirrors/nixpkgs
tablist: init at 0.70
This commit is contained in:
parent
d0589b0c54
commit
ce79dd4f25
|
@ -83,6 +83,16 @@ let self = _self // overrides;
|
|||
};
|
||||
};
|
||||
|
||||
tablist = melpaBuild rec {
|
||||
pname = "tablist";
|
||||
inherit (pdf-tools) src version;
|
||||
fileSpecs = [ "lisp/tablist.el" "lisp/tablist-filter.el" ];
|
||||
meta = {
|
||||
description = "Extended tabulated-list-mode";
|
||||
license = gpl3;
|
||||
};
|
||||
};
|
||||
|
||||
ag = melpaBuild rec {
|
||||
pname = "ag";
|
||||
version = "0.44";
|
||||
|
|
Loading…
Reference in a new issue