rename vterm from :emacs to :tools
This commit is contained in:
parent
1e864df8cd
commit
d6496fc168
6 changed files with 6 additions and 6 deletions
13
modules/tools/vterm/doctor.el
Normal file
13
modules/tools/vterm/doctor.el
Normal 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"))
|
Loading…
Add table
Add a link
Reference in a new issue