Add vterm layer

vterm layer uses emacs-libvterm for terminal support
This commit is contained in:
SteamedFish
2019-01-27 03:45:29 +08:00
parent 7ca2b42d2b
commit 424c358786
8 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
;; -*- no-byte-compile: t; -*-
;;; emacs/vterm/packages.el
(package! vterm :recipe (:fetcher github :repo "akermu/emacs-libvterm"))