tvl-depot/tools/emacs-pkgs/term-switcher/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
198 B
Nix
Raw Normal View History

{ depot, ... }:
depot.tools.emacs-pkgs.buildEmacsPackage {
pname = "term-switcher";
version = "1.0";
src = ./term-switcher.el;
externalRequires = epkgs: with epkgs; [ dash ivy s vterm ];
}