2019-01-27 03:45:29 +08:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2019-02-17 00:03:36 +08:00
|
|
|
;;; tools/vterm/packages.el
|
2019-01-27 03:45:29 +08:00
|
|
|
|
2019-02-18 18:49:02 -05:00
|
|
|
(package! vterm :recipe
|
|
|
|
(:fetcher github
|
|
|
|
:repo "akermu/emacs-libvterm"
|
|
|
|
:files ("*")))
|