about summary refs log tree commit diff
path: root/tools/emacs-pkgs/term-switcher/default.nix
blob: e775de5cdbe895a3641bce20230ac3b72a003df0 (plain) (blame)
1
2
3
4
5
6
7
8
{ depot, ... }:

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