about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <Vincent Ambo>2020-01-07T22·28+0000
committerVincent Ambo <Vincent Ambo>2020-01-07T22·28+0000
commit9e2f86d65dd5f5047667f5a8f0aad5b8cb502701 (patch)
tree681d741751000d562ab40491bd26803350cadacc /tools
parentefc782fcdcab4ce177d40f9f70171ccd3c700523 (diff)
chore(emacs): Bump emacs-libvterm to a more recent version r/341
Diffstat (limited to 'tools')
-rw-r--r--tools/emacs/default.nix10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/emacs/default.nix b/tools/emacs/default.nix
index e2d8c7d192..44438ff5f8 100644
--- a/tools/emacs/default.nix
+++ b/tools/emacs/default.nix
@@ -83,12 +83,20 @@ let
     transient
     use-package
     uuidgen
-    vterm
     web-mode
     websocket
     which-key
     xelb
     yaml-mode
+
+    (vterm.overrideAttrs(_: {
+      src = third_party.fetchFromGitHub{
+        owner = "akermu";
+        repo = "emacs-libvterm";
+        rev = "58b4cc40ee9872a08fc5cbfee78ad0e195a3306c";
+        sha256 = "1w5yfl8nq4k7xyldf0ivzv36vhz3dwdzk6q2vs3xwpx6ljy52px6";
+      };
+    }))
   ]) ++
 
   # Custom packages