Merge pull request #3543 from jtpavlock/patch-1

Remove doctor warning message for optional vterm dependency
This commit is contained in:
Henrik Lissner 2020-07-12 22:10:08 -04:00 committed by GitHub
commit be53fe1a58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"))