doom/modules/term/vterm/doctor.el

11 lines
387 B
EmacsLisp
Raw Permalink Normal View History

2022-04-08 20:52:08 +02:00
;;; term/vterm/doctor.el -*- lexical-binding: t; -*-
(unless (executable-find "make")
(warn! "Couldn't find make command. Vterm module won't compile"))
(unless (executable-find "cmake")
(warn! "Couldn't find cmake command. Vterm module won't compile"))
(unless (fboundp 'module-load)
(warn! "Your emacs wasn't built with dynamic modules support. The vterm module won't build"))