mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
rename vterm from :emacs to :tools
This commit is contained in:
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"))
|
Reference in New Issue
Block a user