feat(wpcarro/emacs): Support passage.el
Intentionally-feature-incomplete Elisp integration with `passage`. Change-Id: Ia46ddb93ac7df1f91b9d9221ac8fbe5f11010f97 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7559 Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
parent
36d4a7c2fa
commit
133a38e8f6
6 changed files with 92 additions and 4 deletions
12
users/wpcarro/emacs/pkgs/passage/default.nix
Normal file
12
users/wpcarro/emacs/pkgs/passage/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, depot, ... }:
|
||||
|
||||
pkgs.callPackage
|
||||
({ emacsPackages }:
|
||||
emacsPackages.trivialBuild {
|
||||
pname = "passage";
|
||||
version = "1.0.0";
|
||||
src = ./passage.el;
|
||||
packageRequires = (with emacsPackages; [ dash f s ]);
|
||||
}
|
||||
)
|
||||
{ }
|
||||
Loading…
Add table
Add a link
Reference in a new issue