mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #3543 from jtpavlock/patch-1
Remove doctor warning message for optional vterm dependency
This commit is contained in:
@ -1,8 +1,5 @@
|
|||||||
;;; term/vterm/doctor.el -*- lexical-binding: t; -*-
|
;;; 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")
|
(unless (executable-find "make")
|
||||||
(warn! "Couldn't find make command. Vterm module won't compile"))
|
(warn! "Couldn't find make command. Vterm module won't compile"))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user