mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Include all files with vterm package
They are needed to compile vterm-module.so
This commit is contained in:
@ -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 ("*")))
|
||||||
|
Reference in New Issue
Block a user