tvl-depot/tools/emacs-pkgs/passively/default.nix
Vincent Ambo 1b41e34e79 feat(tools/passively): Implement automatic passive learning in Emacs
Adds all the functionality described in the README in cl/4066.

This code is very closely related to //users/tazjin/russian/russian.el

Change-Id: I14f1052cebfbe4886e75e8efc730eacbf8773f29
2021-12-06 11:50:55 +00:00

8 lines
178 B
Nix

{ depot, ... }:
depot.tools.emacs-pkgs.buildEmacsPackage {
pname = "passively";
version = "1.0";
src = ./passively.el;
externalRequires = (epkgs: with epkgs; [ ht ]);
}