mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
use fboundp instead of string-match-p
This commit is contained in:
@ -9,5 +9,5 @@
|
|||||||
(unless (executable-find "cmake")
|
(unless (executable-find "cmake")
|
||||||
(warn! "Couldn't find cmake command. Please install it on your system"))
|
(warn! "Couldn't find cmake command. Please install it on your system"))
|
||||||
|
|
||||||
(unless (string-match-p "MODULES" system-configuration-features)
|
(unless (fboundp 'module-load)
|
||||||
(error! "You have to compile emacs with MODULES support"))
|
(warn! "You have to compile emacs with MODULES support"))
|
||||||
|
Reference in New Issue
Block a user