Include all files with vterm package

They are needed to compile vterm-module.so
This commit is contained in:
Henrik Lissner
2019-02-18 18:49:02 -05:00
committed by GitHub
parent d6496fc168
commit c79a992545

View File

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