rename vterm from :emacs to :tools

This commit is contained in:
SteamedFish 2019-02-17 00:03:36 +08:00
parent 1e864df8cd
commit d6496fc168
6 changed files with 6 additions and 6 deletions

View file

@ -0,0 +1,13 @@
;;; tools/vterm/doctor.el -*- lexical-binding: t; -*-
(unless (executable-find "vterm-ctrl")
(warn! "Couldn't find libvterm library. Please install it on your system"))
(unless (executable-find "make")
(warn! "Couldn't find make command. Please install it on your system"))
(unless (executable-find "cmake")
(warn! "Couldn't find cmake command. Please install it on your system"))
(unless (string-match-p "MODULES" system-configuration-features)
(error! "You have to compile emacs with MODULES support"))