remove warning message of optional vterm dependency

libvterm is an optional dependency per emacs-libvterm
This commit is contained in:
jtpavlock
2020-07-12 14:24:44 -05:00
committed by GitHub
parent 46d6d0b586
commit 6cd601cf0f

View File

@ -1,8 +1,5 @@
;;; term/vterm/doctor.el -*- lexical-binding: t; -*-
(unless (executable-find "vterm-ctrl")
(warn! "Couldn't find libvterm. Vterm module won't compile"))
(unless (executable-find "make")
(warn! "Couldn't find make command. Vterm module won't compile"))