fix(term-switcher): Add dependency on vterm
This commit is contained in:
parent
20ef6710e0
commit
6108759688
2 changed files with 3 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ melpaBuild rec {
|
|||
pname = "term-switcher";
|
||||
version = "1.0";
|
||||
src = ./term-switcher.el;
|
||||
packageRequires = [ dash ivy s ];
|
||||
packageRequires = [ dash ivy s vterm ];
|
||||
|
||||
recipe = builtins.toFile "recipe" ''
|
||||
(term-switcher :fetcher github :repo "tazjin/depot")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue