Include all files with vterm package
They are needed to compile vterm-module.so
This commit is contained in:
parent
d6496fc168
commit
c79a992545
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/vterm/packages.el
|
||||
|
||||
(package! vterm :recipe (:fetcher github :repo "akermu/emacs-libvterm"))
|
||||
(package! vterm :recipe
|
||||
(:fetcher github
|
||||
:repo "akermu/emacs-libvterm"
|
||||
:files ("*")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue