7 lines
154 B
EmacsLisp
7 lines
154 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/vterm/packages.el
|
|
|
|
(package! vterm :recipe
|
|
(:fetcher github
|
|
:repo "akermu/emacs-libvterm"
|
|
:files ("*")))
|