about summary refs log tree commit diff
path: root/tools/emacs-pkgs/term-switcher/default.nix
{ depot, ... }:

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