From 2af05f698c583bb71f318352e1da3b9ae2d1ae31 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Sat, 8 Feb 2020 16:00:31 +0000 Subject: Support vterm-mgt.el I enjoyed using term-switcher so much that I ended up adopting vterm as my primary terminal. After reaching for vterm as often as I did, I realized that I would enjoy supporting cycling through instances, creating new instances, deleting existing instances, renaming instances. Thus spawned vterm-mgt.el. I'm particularly excited about the KBD to toggle between vterm instances and source code buffers. --- emacs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/default.nix') diff --git a/emacs/default.nix b/emacs/default.nix index 1635c0286f..affc9f605c 100644 --- a/emacs/default.nix +++ b/emacs/default.nix @@ -37,6 +37,7 @@ let ]) ++ (with epkgs.melpaPackages; [ + vterm base16-theme ivy-pass clipmon # TODO: Prefer an Emacs client for clipmenud. @@ -122,7 +123,6 @@ let (with depot.tools.emacs-pkgs; [ dottime - term-switcher ])); # TODO: Do I need `pkgs.lib.fix`? -- cgit 1.4.1