about summary refs log tree commit diff
path: root/emacs/default.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-02-08T16·00+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-02-10T10·06+0000
commit2af05f698c583bb71f318352e1da3b9ae2d1ae31 (patch)
tree8db766d3c0cc78496ec1113e912fc537c8add74a /emacs/default.nix
parent8584059e7cd72656b3e90785c25d2fbb5b350229 (diff)
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.
Diffstat (limited to 'emacs/default.nix')
-rw-r--r--emacs/default.nix2
1 files changed, 1 insertions, 1 deletions
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`?