From 6cd601cf0f42fa52d18436aefbca59e85027045e Mon Sep 17 00:00:00 2001 From: jtpavlock Date: Sun, 12 Jul 2020 14:24:44 -0500 Subject: [PATCH] remove warning message of optional vterm dependency libvterm is an optional dependency per emacs-libvterm --- modules/term/vterm/doctor.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/term/vterm/doctor.el b/modules/term/vterm/doctor.el index 337b694a4..a1df32ffd 100644 --- a/modules/term/vterm/doctor.el +++ b/modules/term/vterm/doctor.el @@ -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"))